mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-12 21:26:10 +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,"
|
"Mute,Unmute,SetVolume,"
|
||||||
"Play,Playstate,PlayNext,PlayMediaSource"
|
"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:
|
try:
|
||||||
|
@ -378,4 +378,4 @@ class DownloadUtils(object):
|
||||||
elif action == "DELETE":
|
elif action == "DELETE":
|
||||||
response = session.delete(**kwargs)
|
response = session.delete(**kwargs)
|
||||||
|
|
||||||
return response
|
return response
|
||||||
|
|
Loading…
Reference in a new issue