mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 03:27:40 +01:00
Remove debug message
This commit is contained in:
parent
5b19c520d0
commit
503b8445ad
@ -581,9 +581,7 @@ void Mpris2::PlaylistChanged(Playlist* playlist) {
|
|||||||
emit PlaylistChanged(mpris_playlist);
|
emit PlaylistChanged(mpris_playlist);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Mpris2::PlaylistCollectionChanged(Playlist* playlist){
|
void Mpris2::PlaylistCollectionChanged(Playlist* playlist) {
|
||||||
|
|
||||||
qLog(Debug) << "Playlist collection changed (" << playlist->id() << ")";
|
|
||||||
EmitNotification("PlaylistCount", "", "org.mpris.MediaPlayer2.Playlists");
|
EmitNotification("PlaylistCount", "", "org.mpris.MediaPlayer2.Playlists");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user