Auto play when playing something found while exploring the collection

This commit is contained in:
emeric
2018-03-19 13:48:25 +01:00
parent 5006a82ce6
commit d87731c09e
+1 -1
View File
@@ -201,7 +201,7 @@ PlayQueue::playTracks(const std::vector<Database::Track::pointer>& tracks)
addTracks(tracks);
// TODO Immediate play
play(0);
}