Skip to content

Commit

Permalink
naar version 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Opvolger committed Aug 31, 2024
1 parent 27aee68 commit 5743cc6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Create zip-file
---------------

```bash
kodiversion="4.0.4" && cd .. && rm plugin.video.uzg-$kodiversion.zip -f && zip -r plugin.video.uzg-$kodiversion.zip plugin.video.uzg -x "*/\.*" -x "*.pyc" -x "*.pyo" -x plugin.video.uzg/**/__pycache__\* cd plugin.video.uzg
kodiversion="4.0.5" && cd .. && rm plugin.video.uzg-$kodiversion.zip -f && zip -r plugin.video.uzg-$kodiversion.zip plugin.video.uzg -x "*/\.*" -x "*.pyc" -x "*.pyo" -x plugin.video.uzg/**/__pycache__\* && cd plugin.video.uzg
```
1 change: 1 addition & 0 deletions addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def playVideo(productId):
playitem.setProperty('inputstream.adaptive.manifest_type', PROTOCOL)
playitem.setProperty('inputstream.adaptive.license_type', DRM)
if licenseKey:
# xbmc.log('licenseKey - {}'.format(licenseKey),level=xbmc.LOGINFO)
playitem.setProperty('inputstream.adaptive.license_key', licenseKey)
xbmcplugin.setResolvedUrl(_handle, True, listitem=playitem)

Expand Down
2 changes: 1 addition & 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.uzg" name="NPO Start" provider-name="Bas Magré (Opvolger)" version="4.0.4">
<addon id="plugin.video.uzg" name="NPO Start" provider-name="Bas Magré (Opvolger)" version="4.0.5">
<requires>
<import addon="script.module.inputstreamhelper" version="0.5.2" />
</requires>
Expand Down
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Version 4.0.4
Version 4.0.5
* Api changes query was nu searchQuery geworden Thnx @harmenkets

Version 4.0.4
* Api changes

Version 4.0.3
Expand Down

0 comments on commit 5743cc6

Please sign in to comment.