Skip to content

Commit

Permalink
Fixed meta info in addon.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pelrol committed Aug 31, 2014
1 parent 567e388 commit 263260e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mycanal" name="myCanal" version="1.0.0" provider-name="pelrol">
<addon id="plugin.video.mycanal" name="myCanal" version="1.0.1" provider-name="pelrol">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
Expand All @@ -9,8 +9,14 @@
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language></language>
<summary>Watch replay from french Canal+ channel</summary>
<description>Retieves Canal+ replay info from myCanal JSON API</description>
<language>en</language>
<summary lang="en">Watch replay from french Canal+ channel</summary>
<description lang="en">Retieves Canal+ replay info from myCanal JSON API</description>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<forum></forum>
<website>https://github.com/pelrol/xbmc-my-canal</website>
<source>https://github.com/pelrol/xbmc-my-canal</source>
<email></email>
<disclaimer lang="en">Feel free to use this addon. For information visit the github page.</disclaimer>
</extension>
</addon>

0 comments on commit 263260e

Please sign in to comment.