[Database] restored id on Artist, Genre and Release tables. Added basic MusicBrainz ID support. Improved search filters a bit
This commit is contained in:
@@ -72,7 +72,7 @@ class PlayQueue : public Wt::WTableView
|
||||
|
||||
void layoutSizeChanged (int width, int height);
|
||||
|
||||
bool readTrack(int rowId);
|
||||
void readTrack(int rowId);
|
||||
void setPlayingTrackPos(int newRowPos);
|
||||
void renumber(int firstId, int lastId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user