mpris_player: never set default icon
This commit is contained in:
@@ -279,10 +279,6 @@ namespace SwayNotificationCenter.Widgets.Mpris {
|
|||||||
}
|
}
|
||||||
if (icon != null) {
|
if (icon != null) {
|
||||||
album_art.set_from_gicon (icon, mpris_config.image_size);
|
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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user