Skip to content

Commit

Permalink
Merge pull request #719 from glennguy/v2617-bump
Browse files Browse the repository at this point in the history
Bump to v2.6.17
  • Loading branch information
glennguy authored Jun 20, 2021
2 parents 93246f2 + 671587a commit a675541
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# inputstream.adaptive (2.6.16)
# inputstream.adaptive (2.6.17)

This is an adaptive file addon for kodi's new InputStream Interface.

Expand Down
7 changes: 6 additions & 1 deletion inputstream.adaptive/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="inputstream.adaptive"
version="2.6.16"
version="2.6.17"
name="InputStream Adaptive"
provider-name="peak3d">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -19,6 +19,11 @@
<description lang="es_ES">Cliente InputStream para flujo de datos adaptativos</description>
<platform>@PLATFORM@</platform>
<news>
v2.6.17 (2021-06-20)
- Fix decrypt errors on non-Android platforms
- [DASH] fix representation base urls
- Don't use filecache for subtitle downloads

v2.6.16 (2021-05-21)
- Allow download retries for VOD
- [DASH] fix for minimumUpdatePeriod=0
Expand Down

0 comments on commit a675541

Please sign in to comment.