mpris_player: never set default icon

This commit is contained in:
2023-12-05 15:49:45 +00:00
parent f5d9405e04
commit c02c844715

View File

@@ -279,10 +279,6 @@ namespace SwayNotificationCenter.Widgets.Mpris {
}
if (icon != null) {
album_art.set_from_gicon (icon, mpris_config.image_size);
} else {
// Default icon
album_art.set_from_icon_name ("audio-x-generic-symbolic",
mpris_config.image_size);
}
}