From 8d5038faa4a7c683be3ca9fd49e5e8a6de5d3fa0 Mon Sep 17 00:00:00 2001 From: newt-sc <47229722+newt-sc@users.noreply.github.com> Date: Tue, 22 Jun 2021 22:54:05 +0300 Subject: [PATCH] release: v1.28.0 --- CHANGELOG.md | 3 +++ a4kStreaming/explorer.py | 2 +- addon.xml | 5 ++++- packages/addons.xml | 5 ++++- packages/addons.xml.crc | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b7073..384fc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* [v1.28.0](https://github.com/newt-sc/a4kStreaming/releases/tag/plugin.video.a4kstreaming%2Fplugin.video.a4kstreaming-1.28.0): + * Small fix to handle meta mismatch between season's episode vs episode's release date + * [v1.27.0](https://github.com/newt-sc/a4kStreaming/releases/tag/plugin.video.a4kstreaming%2Fplugin.video.a4kstreaming-1.27.0): * Fix browsing seasons of some shows with incomplete meta for future works diff --git a/a4kStreaming/explorer.py b/a4kStreaming/explorer.py index 34cda1e..322a740 100644 --- a/a4kStreaming/explorer.py +++ b/a4kStreaming/explorer.py @@ -203,7 +203,7 @@ def __add_seasons(core, title): if season_to_update: seasons[season_to_update].update({ 'year_end': rld['year'], - 'month_end': rld['month'], + 'month_end': min(rld['month'] + 1, 12), 'day_end': rld['day'], }) diff --git a/addon.xml b/addon.xml index 720cd28..8b33c06 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ @@ -32,6 +32,9 @@ Designed for low-end devices and Estuary skin. screenshot-06.jpg +[v1.28.0]: + * Small fix to handle meta mismatch between season's episode vs episode's release date + [v1.27.0]: * Fix browsing seasons of some shows with incomplete meta for future works diff --git a/packages/addons.xml b/packages/addons.xml index a4cdccd..8f92376 100644 --- a/packages/addons.xml +++ b/packages/addons.xml @@ -4,7 +4,7 @@ @@ -35,6 +35,9 @@ Designed for low-end devices and Estuary skin. screenshot-06.jpg +[v1.28.0]: + * Small fix to handle meta mismatch between season's episode vs episode's release date + [v1.27.0]: * Fix browsing seasons of some shows with incomplete meta for future works diff --git a/packages/addons.xml.crc b/packages/addons.xml.crc index 813afc7..1cb0e91 100644 --- a/packages/addons.xml.crc +++ b/packages/addons.xml.crc @@ -1 +1 @@ -d9515341da631c33c52af2d1c70129805718aa26 \ No newline at end of file +8e28ba0bd49d4c3a4e4a1028f1f7889612337291 \ No newline at end of file