Dont check 'All Tracks' file!!!

This commit is contained in:
craig.p.drummond
2013-10-21 18:32:40 +00:00
committed by craig.p.drummond
parent 5691e04b7a
commit d839b32034

View File

@@ -116,6 +116,10 @@ TagEditor::TagEditor(QWidget *parent, const QList<Song> &songs,
#endif
qSort(original);
if (!songsOk(original, baseDir, udi.isEmpty())) {
return;
}
QWidget *mainWidet = new QWidget(this);
setupUi(mainWidet);
track->setAllowEmpty();
@@ -258,8 +262,6 @@ TagEditor::TagEditor(QWidget *parent, const QList<Song> &songs,
connect(year, SIGNAL(valueChanged(int)), SLOT(checkChanged()));
connect(trackName, SIGNAL(activated(int)), SLOT(setIndex(int)));
connect(this, SIGNAL(update()), MPDConnection::self(), SLOT(update()));
songsOk(original, baseDir, udi.isEmpty());
}
TagEditor::~TagEditor()