Removed orphan items after scan, make multi tag values work again

This commit is contained in:
emeric
2018-09-24 12:56:36 +02:00
parent f5f6136159
commit 87f1f1a13d
6 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ class Track : public Wt::Dbo::Dbo<Track>
std::vector<unsigned char> _fileChecksum;
Wt::WDateTime _fileLastWrite;
Wt::WDateTime _fileAdded;
bool _hasCover;
bool _hasCover = false;
std::string _MBID; // Musicbrainz Identifier
std::string _copyright;
std::string _copyrightURL;