Skip to content

Commit abe1344

Browse files
committed
Fix icon transparency, remove start=login from xbmc.service, bump xbmc.python to 3.0.1
1 parent 8301a2f commit abe1344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script.punchplay/addon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
provider-name="PunchPlay">
66

77
<requires>
8-
<import addon="xbmc.python" version="3.0.0"/>
8+
<import addon="xbmc.python" version="3.0.1"/>
99
</requires>
1010

1111
<!-- Runs as a background service on Kodi startup -->
12-
<extension point="xbmc.service" start="login" library="default.py"/>
12+
<extension point="xbmc.service" library="default.py"/>
1313

1414
<extension point="xbmc.addon.metadata">
1515
<summary lang="en_GB">Automatically scrobble your watches to PunchPlay.tv</summary>

script.punchplay/icon.png

-19 KB
Loading

0 commit comments

Comments
 (0)