diff options
author | montellese <montellese@xbmc.org> | 2014-02-02 23:05:36 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-02-03 07:57:36 +0100 |
commit | dd49e696bfa7d6adcc75e7cd39521d626b343755 (patch) | |
tree | f0099f2cdc0fab216026a25b6d64bc658207f9a8 /addons/xbmc.json | |
parent | b937a2e18589cef1bd324ab1fa8e10e9d21b6443 (diff) |
jsonrpc: fix mixup of "rating" and "parentalrating" for PVR broadcasts
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 7018c68fd0..b046a3dbd5 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.13.4" provider-name="Team XBMC"> +<addon id="xbmc.json" version="6.13.5" provider-name="Team XBMC"> <backwards-compatibility abi="6.0.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |