예제 #1
0
 def _on_reset_confirm(self, button):
     """
         Reset artwork
         @param button as Gtk.Button
     """
     ArtworkSearchWidget._on_reset_confirm(self, button)
     App().art.add_radio_artwork(self.__name, None)
예제 #2
0
 def _on_reset_confirm(self, button):
     """
         Reset artwork
         @param button as Gtk.Button
     """
     ArtworkSearchWidget._on_reset_confirm(self, button)
     App().art.remove_album_artwork(self.__album)
     App().art.save_album_artwork(None, self.__album)
     App().art.clean_album_cache(self.__album)
     App().art.emit("album-artwork-changed", self.__album.id)