Skip to content

Commit c3b7aec

Browse files
authored
Merge pull request #586 from anxdpanic/pr_isengard
2.5.10
2 parents 60882be + c2e4e9b commit c3b7aec

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/submit-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

addon.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>
@@ -17,6 +17,7 @@
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>

changelog.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2.5.10
22
[fix] Playback of re-runs - apo86
3+
[fix] New OAuth token generation
34

45
2.5.9
56
[fix] Signal end_of_directory when an exception appears - DimmKG

0 commit comments

Comments
 (0)