Reduce database include dependencies

This commit is contained in:
emeric
2018-05-16 13:47:00 +02:00
parent 7e6bf57e75
commit 9a44fb838d
43 changed files with 179 additions and 135 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ static std::string escape(const std::string& str)
}
void
MediaPlayer::playTrack(Database::Track::id_type trackId)
MediaPlayer::playTrack(Database::IdType trackId)
{
LMS_LOG(UI, DEBUG) << "Playing track ID = " << trackId;