Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Moromete committed May 8, 2014
1 parent a27edee commit c280db1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 2 additions & 8 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.streams"
name="Streams"
version="0.1.5"
version="0.1.6"
provider-name="Moromete">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource"
defaultresolution="720p"
Expand All @@ -22,12 +22,6 @@
</description>
<platform>all</platform>
</extension>
<!--
<extension point="xbmc.service"
library="default.py" start="[startup]">
</extension>
-->

<extension point="xbmc.addon.repository"
name="Streams Repository">
<info compressed="true">http://streams.magazinmixt.ro/repository/addons.xml</info>
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v 0.1.6 (08.05.2014)
1. upgraded minimum version of xbmc.python from version="2.0" to version="2.1.0" to make it compatible with xbmc 13.0 Gotham
v 0.1.5 (22.04.2014)
1. fixed play from filmeonline.org (vk.com)
v 0.1.3 (20.02.2014)
Expand Down

0 comments on commit c280db1

Please sign in to comment.