File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 - name : Submit to Official Repository (Isengard)
5454 id : submit-isengard
5555 run : |
56- submit-addon -r repo-plugins -b isengard --push-branch ${{ github.event.repository.name }}
56+ submit-addon -r repo-plugins -b isengard --pull-request ${{ github.event.repository.name }}
5757 working-directory : ${{ github.event.repository.name }}
5858 env :
5959 GH_USERNAME : anxdpanic
8282 - name : Submit to Official Repository (Matrix)
8383 id : submit-matrix
8484 run : |
85- submit-addon -r repo-plugins -b matrix --push-branch ${{ github.event.repository.name }}
85+ submit-addon -r repo-plugins -b matrix --pull-request ${{ github.event.repository.name }}
8686 working-directory : ${{ github.event.repository.name }}
8787 env :
8888 GH_USERNAME : anxdpanic
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" plugin.video.twitch" version =" 2.5.9 " name =" Twitch" provider-name =" anxdpanic, A Talented Community" >
2+ <addon id =" plugin.video.twitch" version =" 2.5.10 " name =" Twitch" provider-name =" anxdpanic, A Talented Community" >
33 <requires >
44 <import addon =" xbmc.python" version =" 2.20.0" />
55 <import addon =" script.module.six" version =" 1.11.0" />
66 <import addon =" script.module.requests" version =" 2.9.1" />
7- <import addon =" script.module.python.twitch" version =" 2.0.16 " />
7+ <import addon =" script.module.python.twitch" version =" 2.0.17 " />
88 </requires >
99 <extension point =" xbmc.python.pluginsource" library =" resources/lib/addon_runner.py" >
1010 <provides >video</provides >
1717 </assets >
1818 <news >
1919[fix] Playback of re-runs - apo86
20+ [fix] New OAuth token generation
2021 </news >
2122 <platform >all</platform >
2223 <source >https://github.com/anxdpanic/plugin.video.twitch</source >
Original file line number Diff line number Diff line change 112.5.10
22[fix] Playback of re-runs - apo86
3+ [fix] New OAuth token generation
34
452.5.9
56[fix] Signal end_of_directory when an exception appears - DimmKG
You can’t perform that action at this time.
0 commit comments