diff options
author | montellese <montellese@xbmc.org> | 2014-04-24 21:16:08 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-04-24 21:16:08 +0200 |
commit | ed2c257f979f21a2c52c8adbbb30cf038be0f8be (patch) | |
tree | 6a643f235d248e0c366cd13f17c066699999078f /addons/xbmc.json | |
parent | 1c832d679350b022aa4bfc0b9baf2b603a2d520c (diff) |
jsonrpc: expose specialsortseason and specialsortepisode for episodes
Diffstat (limited to 'addons/xbmc.json')
-rw-r--r-- | addons/xbmc.json/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.json/addon.xml b/addons/xbmc.json/addon.xml index afdf4e8049..a3af97a73e 100644 --- a/addons/xbmc.json/addon.xml +++ b/addons/xbmc.json/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="xbmc.json" version="6.14.3" provider-name="Team XBMC"> +<addon id="xbmc.json" version="6.15.0" provider-name="Team XBMC"> <backwards-compatibility abi="6.0.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |