mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
maraschino: update to maraschino-1681187, bump addon version
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2e4b2abe47
commit
c19ab4019e
@ -1,3 +1,7 @@
|
||||
3.0.1
|
||||
- bump addon version
|
||||
- update to maraschino-1681187
|
||||
|
||||
2.1.2
|
||||
- update to maraschino-40e2ce0
|
||||
- add possibilty to start / stop addon from addon manager with enable / disable
|
||||
|
@ -19,8 +19,8 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="maraschino"
|
||||
PKG_VERSION="40e2ce0"
|
||||
PKG_REV="2"
|
||||
PKG_VERSION="1681187"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.maraschinoproject.com/"
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- 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