Skip to content

Commit

Permalink
Fixed: Some TV4 content (with encryption) was not playing (Fixes #1853).
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Oct 31, 2024
1 parent 66da00b commit 33c4267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ _None_
_None_

[B]Channel related[/B]
* Fixed: TV4 Recent.
* Fixed: NPO streams (Fixes #1854).
* Fixed: NPO Plus content not showing (Fixes #1862).
* Fixed: Some TV4 content (with encryption) was not playing (Fixes #1853).
2 changes: 1 addition & 1 deletion channels/channel.se/tv4se/chn_tv4se.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ def __update_dash_video(self, item, stream_info):

license_info = playback_item.get("license", None)
if license_info is not None:
license_key_token = license_info["token"]
license_key_token = license_info.get("token")
auth_token = license_info["castlabsToken"]
header = {
"x-dt-auth-token": auth_token,
Expand Down

0 comments on commit 33c4267

Please sign in to comment.