Skip to content

Commit

Permalink
Merge pull request #735 from glennguy/v2618-bump
Browse files Browse the repository at this point in the history
Bump to v2.6.18
  • Loading branch information
glennguy authored Jul 13, 2021
2 parents 474f41b + e0eba68 commit 4f681e4
Show file tree
Hide file tree
Showing 2 changed files with 6 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.17)
# inputstream.adaptive (2.6.18)

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

Expand Down
6 changes: 5 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.17"
version="2.6.18"
name="InputStream Adaptive"
provider-name="peak3d">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -19,6 +19,10 @@
<description lang="es_ES">Cliente InputStream para flujo de datos adaptativos</description>
<platform>@PLATFORM@</platform>
<news>
v2.6.18 (2021-07-13)
- Add support to pre-initialise DRM
- Fix intermittent crash when stopping Widevine videos

v2.6.17 (2021-06-20)
- Fix decrypt errors on non-Android platforms
- [DASH] fix representation base urls
Expand Down

0 comments on commit 4f681e4

Please sign in to comment.