Skip to content

Commit

Permalink
adding patch to fix maraschino remote icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aidoom committed Feb 8, 2012
1 parent 781b820 commit 972739f
Showing 1 changed file with 13 additions and 0 deletions.
@@ -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')


0 comments on commit 972739f

Please sign in to comment.