Update icon url to jellyfin repo

This commit is contained in:
Claus Vium 2019-02-02 21:22:00 +01:00
parent fd9cde6008
commit 5f720da986
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ class Monitor(xbmc.Monitor):
"Mute,Unmute,SetVolume,"
"Play,Playstate,PlayNext,PlayMediaSource"
),
'IconUrl': "https://raw.githubusercontent.com/MediaBrowser/plugin.video.jellyfin/develop/kodi_icon.png",
'IconUrl': "https://raw.githubusercontent.com/jellyfin/jellyfin-kodi/master/kodi_icon.png",
})
session = server['api'].get_device(self.device_id)