diff --git a/src/controlCenter/widgets/mpris/mpris_player.vala b/src/controlCenter/widgets/mpris/mpris_player.vala index c09cb3f..f43f25f 100644 --- a/src/controlCenter/widgets/mpris/mpris_player.vala +++ b/src/controlCenter/widgets/mpris/mpris_player.vala @@ -272,14 +272,6 @@ namespace SwayNotificationCenter.Widgets.Mpris { return; } } - // Get the app icon - Icon ? icon = null; - if (desktop_entry is DesktopAppInfo) { - icon = desktop_entry.get_icon (); - } - if (icon != null) { - album_art.set_from_gicon (icon, mpris_config.image_size); - } } private void update_button_shuffle (HashTable metadata) {