Skip to content

Commit 62d3ac6

Browse files
Correct addon.xml
1 parent 13890d7 commit 62d3ac6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

addon.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<addon id="script.module.inputstreamhelper"
3-
name="InputStream Helper"
43
version="0.1.0"
4+
name="InputStream Helper"
55
provider-name="emilsvennesson">
66
<requires>
7-
<import addon="xbmc.python" version="2.1.0"/>
7+
<import addon="xbmc.python" version="2.25.0"/>
88
</requires>
99
<extension library="lib" point="xbmc.python.module"/>
1010
<extension point="xbmc.addon.metadata">
11-
<description lang="en_GB">A Kodi module that makes life easier for add-on developers who are relying on InputStream based add-ons and DRM playback.</summary>
11+
<description lang="en_GB">A Kodi module that makes life easier for add-on developers who are relying on InputStream based add-ons and DRM playback.</description>
1212
<platform>all</platform>
13-
<license>The MIT License (MIT)</license>
14-
<source>https://github.com/emilsvennesson/script.module.inputstreamhelper</source>
13+
<license>MIT License</license>
14+
<source>https://github.com/emilsvennesson/script.module.inputstreamhelper</source>
1515
<assets>
1616
<icon>resources/art/icon.png</icon>
1717
</assets>

0 commit comments

Comments
 (0)