Oops, we always want to set these

This commit is contained in:
David Sansome 2010-02-28 01:25:00 +00:00
parent 4d8636874e
commit e2e2e153c0
1 changed files with 2 additions and 5 deletions

View File

@ -16,11 +16,8 @@ void SongPlaylistItem::Save(QSettings& settings) const {
settings.setValue("filename", song_.filename());
settings.setValue("library_directory", song_.directory_id());
if (!song_.art_automatic().isEmpty())
settings.setValue("art_automatic", song_.art_automatic());
if (!song_.art_manual().isEmpty())
settings.setValue("art_manual", song_.art_manual());
settings.setValue("art_automatic", song_.art_automatic());
settings.setValue("art_manual", song_.art_manual());
}
void SongPlaylistItem::Restore(const QSettings& settings) {