Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plugin.video.retrospect] v5.7.2 #4425

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugin.video.retrospect/addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.retrospect"
version="5.7.1"
version="5.7.2"
name="Retrospect"
provider-name="Bas Rieter">

Expand Down Expand Up @@ -122,7 +122,7 @@
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<language>en nl de sv no lt lv fi</language>
<news>[B]Retrospect v5.7.1 - Changelog - 2023-11-20[/B]
<news>[B]Retrospect v5.7.2 - Changelog - 2023-11-20[/B]

Minor &#x27;after-care&#x27;-updates for the NPO channel. After the large update for both TV4 Play (Sweden) en NPO Start (Netherlands). Both channels had their API renewed and needed a complete rewrite.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ def log_out_npo() -> None:
datetime.datetime.utcfromtimestamp(expires).strftime('%Y-%m-%d %H:%M:%S'))
return bool(profile.json)

# Force a full check-out
log_out_npo()
# Force a full check-out -> This can't be done as it removes the XSRF tokens.
# log_out_npo()

Logger.info("Starting new NPO log in.")
v = Vault()
Expand Down
Loading