Removed orphan items after scan, make multi tag values work again
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user