diff --git a/packages/addons/service/web/maraschino/patches/maraschino-923de4c-remote.patch b/packages/addons/service/web/maraschino/patches/maraschino-923de4c-remote.patch new file mode 100644 index 0000000000..4f62c2b6b4 --- /dev/null +++ b/packages/addons/service/web/maraschino/patches/maraschino-923de4c-remote.patch @@ -0,0 +1,13 @@ +--- a/modules/remote.py ++++ b/modules/remote.py +@@ -13,7 +13,7 @@ connected = False + def update_xbmc_object(): + host = get_setting_value('server_hostname') + try: +- icon = os.path.abspath('static/images/maraschino_logo.png') ++ icon = os.path.abspath('/storage/.xbmc/addons/service.web.maraschino/static/images/maraschino_logo.png') + + if not os.path.exists(icon): + icon = os.path.abspath('maraschino/static/images/maraschino_logo.png') + +