mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
parent
377f1f9c66
commit
a18ed5c304
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue