diff --git a/resources/lib/downloadutils.py b/resources/lib/downloadutils.py index 7a30b307..f13ea311 100644 --- a/resources/lib/downloadutils.py +++ b/resources/lib/downloadutils.py @@ -115,7 +115,7 @@ class DownloadUtils(object): "Mute,Unmute,SetVolume," "Play,Playstate,PlayNext,PlayMediaSource" ), - 'IconUrl': "https://kodi.wiki/images/8/8e/Thumbnail-symbol-transparent.png", + 'IconUrl': "https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/images/devices/kodi.png", } try: @@ -378,4 +378,4 @@ class DownloadUtils(object): elif action == "DELETE": response = session.delete(**kwargs) - return response \ No newline at end of file + return response