Update Icon Url (#137)

Updated the Icon URL to emby repository.
This commit is contained in:
Niklas Fäth 2018-07-10 21:35:28 +02:00 committed by angelblue05
parent 377f1f9c66
commit a18ed5c304

View file

@ -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
return response