Skip to content

Commit

Permalink
Merge pull request #420 from anxdpanic/pr-1
Browse files Browse the repository at this point in the history
2.4.1
  • Loading branch information
anxdpanic authored Dec 24, 2018
2 parents 2772355 + 70a2031 commit 3920443
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id='plugin.video.twitch' version='2.4.0' name='Twitch' provider-name='A Talented Community'>
<addon id='plugin.video.twitch' version='2.4.1' name='Twitch' provider-name='A Talented Community'>
<requires>
<import addon='xbmc.python' version='2.20.0'/>
<import addon='script.module.six' version='1.11.0'/>
Expand All @@ -13,6 +13,9 @@
<extension point='xbmc.addon.metadata'>
<platform>all</platform>
<news>
2.4.1
[chg] Settings and Refresh menu items to unplayable items instead of folders

2.4.0
[add] allow limiting framerate to 30 fps when video quality is set to Source
[fix] change import from absolute to relative
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.4.1
[chg] Settings and Refresh menu items to unplayable items instead of folders

2.4.0
[add] allow limiting framerate to 30 fps when video quality is set to Source
[fix] change import from absolute to relative
Expand Down

0 comments on commit 3920443

Please sign in to comment.