File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 53
53
- name : Submit to Official Repository (Isengard)
54
54
id : submit-isengard
55
55
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 }}
57
57
working-directory : ${{ github.event.repository.name }}
58
58
env :
59
59
GH_USERNAME : anxdpanic
82
82
- name : Submit to Official Repository (Matrix)
83
83
id : submit-matrix
84
84
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 }}
86
86
working-directory : ${{ github.event.repository.name }}
87
87
env :
88
88
GH_USERNAME : anxdpanic
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<requires >
4
4
<import addon =" xbmc.python" version =" 2.20.0" />
5
5
<import addon =" script.module.six" version =" 1.11.0" />
6
6
<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 " />
8
8
</requires >
9
9
<extension point =" xbmc.python.pluginsource" library =" resources/lib/addon_runner.py" >
10
10
<provides >video</provides >
17
17
</assets >
18
18
<news >
19
19
[fix] Playback of re-runs - apo86
20
+ [fix] New OAuth token generation
20
21
</news >
21
22
<platform >all</platform >
22
23
<source >https://github.com/anxdpanic/plugin.video.twitch</source >
Original file line number Diff line number Diff line change 1
1
2.5.10
2
2
[fix] Playback of re-runs - apo86
3
+ [fix] New OAuth token generation
3
4
4
5
2.5.9
5
6
[fix] Signal end_of_directory when an exception appears - DimmKG
You can’t perform that action at this time.
0 commit comments