Includes, comments and bugfixes
- Fix includes - Use common regex (Song::kCoverRemoveDisc) for removing Disc/CD from album - Remove Disc/CD from album when creating hash - Make imobiledevice support compile - Fix setting device on windows
This commit is contained in:
@@ -20,10 +20,14 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "coverprovider.h"
|
||||
#include "coverproviders.h"
|
||||
#include <QObject>
|
||||
#include <QMutex>
|
||||
#include <QString>
|
||||
#include <QtDebug>
|
||||
|
||||
#include "core/logging.h"
|
||||
#include "coverprovider.h"
|
||||
#include "coverproviders.h"
|
||||
|
||||
CoverProviders::CoverProviders(QObject *parent) : QObject(parent) {}
|
||||
|
||||
@@ -43,8 +47,7 @@ void CoverProviders::RemoveProvider(CoverProvider *provider) {
|
||||
|
||||
if (!provider) return;
|
||||
|
||||
// It's not safe to dereference provider at this pointbecause it might have
|
||||
// already been destroyed.
|
||||
// It's not safe to dereference provider at this pointbecause it might have already been destroyed.
|
||||
|
||||
QString name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user