Skip to content

Commit

Permalink
🚀 JioTV v2.3.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
iMro0t committed Jun 29, 2022
1 parent e22a099 commit 54698a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@
</extension>
</addon>

<addon id="plugin.video.jiotv" name="JioTV" version="2.2.2" provider-name="botallen">
<addon id="plugin.video.jiotv" name="JioTV" version="2.3.0" provider-name="botallen">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.codequick" version="1.0.2"/>
<import addon="script.module.inputstreamhelper" version="0.5.2"/>
<import addon="script.module.inputstreamhelper" version="0.5.10"/>
<import addon="inputstream.adaptive" minversion="2.6.6"/>
<import addon="repository.botallen" version="2.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
Expand All @@ -78,6 +79,10 @@
<email>[email protected]</email>
<source>https://github.com/botallen/plugin.video.jiotv</source>
<news>
[- 2.3.0 -]
[added] more extra channels
[added] inputstream adaptive as a dependency

[- 2.2.0 -]
[fixed] Bugs related to playback
[added] Login with OTP
Expand Down Expand Up @@ -105,6 +110,9 @@
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.png</fanart>
<screenshot>resources/screenshots/screenshot000.png</screenshot>
<screenshot>resources/screenshots/screenshot001.png</screenshot>
<screenshot>resources/screenshots/screenshot002.png</screenshot>
</assets>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
Expand Down
Binary file modified addons.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion addons.xml.gz.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
80c77f112887e29210337ba6ab7326ef
3b988023804657a7a07089fb44d6776a

2 comments on commit 54698a0

@babapragadees
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to working for python project

@iMro0t
Copy link
Member Author

@iMro0t iMro0t commented on 54698a0 Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to working for python project

@babapragadees this is not relevant. ask here https://www.reddit.com/r/Python/

Please sign in to comment.