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:
parent
5b19c520d0
commit
503b8445ad
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user