From 0984488f573ac6e49883ca90a1ebf8f489fe1caa Mon Sep 17 00:00:00 2001 From: Bas Rieter Date: Mon, 20 Nov 2023 15:53:36 +0100 Subject: [PATCH] [plugin.video.retrospect] v5.7.2 --- plugin.video.retrospect/addon.xml | 4 ++-- .../channels/channel.nos/nos2010/chn_nos2010.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin.video.retrospect/addon.xml b/plugin.video.retrospect/addon.xml index a994616f3..58e1af0c5 100644 --- a/plugin.video.retrospect/addon.xml +++ b/plugin.video.retrospect/addon.xml @@ -1,6 +1,6 @@ @@ -122,7 +122,7 @@ all GPL-3.0-or-later en nl de sv no lt lv fi - [B]Retrospect v5.7.1 - Changelog - 2023-11-20[/B] + [B]Retrospect v5.7.2 - Changelog - 2023-11-20[/B] Minor 'after-care'-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. diff --git a/plugin.video.retrospect/channels/channel.nos/nos2010/chn_nos2010.py b/plugin.video.retrospect/channels/channel.nos/nos2010/chn_nos2010.py index 542dd3fd6..70276a8bf 100644 --- a/plugin.video.retrospect/channels/channel.nos/nos2010/chn_nos2010.py +++ b/plugin.video.retrospect/channels/channel.nos/nos2010/chn_nos2010.py @@ -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()