From 5f720da986a7e08414a97f9352705ef6ea85c862 Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Sat, 2 Feb 2019 21:22:00 +0100 Subject: [PATCH] Update icon url to jellyfin repo --- resources/lib/monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/monitor.py b/resources/lib/monitor.py index eab1d72c..bc34b8a8 100644 --- a/resources/lib/monitor.py +++ b/resources/lib/monitor.py @@ -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)