1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-18 20:40:43 +01:00

Remove debug message

This commit is contained in:
Arnaud Bienner 2013-11-22 20:52:14 +01:00
parent 5b19c520d0
commit 503b8445ad

View File

@ -581,9 +581,7 @@ void Mpris2::PlaylistChanged(Playlist* playlist) {
emit PlaylistChanged(mpris_playlist);
}
void Mpris2::PlaylistCollectionChanged(Playlist* playlist){
qLog(Debug) << "Playlist collection changed (" << playlist->id() << ")";
void Mpris2::PlaylistCollectionChanged(Playlist* playlist) {
EmitNotification("PlaylistCount", "", "org.mpris.MediaPlayer2.Playlists");
}