mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57:49 +00:00
adding patch to fix maraschino remote icon
This commit is contained in:
parent
781b8204b2
commit
972739f0f6
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user