diff --git a/CHANGELOG.md b/CHANGELOG.md index c30b421..7986567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* [v1.1.0](https://github.com/newt-sc/a4kStreaming/releases/tag/plugin.video.a4kstreaming%2Fplugin.video.a4kstreaming-1.1.0): + * Fix episode auto selection being skipped for some results + * [v1.0.0](https://github.com/newt-sc/a4kStreaming/releases/tag/plugin.video.a4kstreaming%2Fplugin.video.a4kstreaming-1.0.0): * Fix TV Specials not being shown in search and other views * Increase Cast And Crew view limit diff --git a/a4kStreaming/explorer.py b/a4kStreaming/explorer.py index ecbff0f..7fd777e 100644 --- a/a4kStreaming/explorer.py +++ b/a4kStreaming/explorer.py @@ -2302,7 +2302,7 @@ def delete_magnet(): files = video_files try: - if len(files) > 1 and result['package'] in ['show', 'season'] and result['ref'].mediatype == 'episode': + if len(files) > 1 and result['ref'].mediatype == 'episode': season_zfill = str(result['ref'].season).zfill(2) episode_zfill = str(result['ref'].episode).zfill(2) season = 'S%s' % season_zfill diff --git a/addon.xml b/addon.xml index f963d1b..1ae5b2a 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.1.0]: + * Fix episode auto selection being skipped for some results + [v1.0.0]: * Fix TV Specials not being shown in search and other views * Increase Cast And Crew view limit diff --git a/packages/addons.xml b/packages/addons.xml index d47ceb6..8603ca9 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.1.0]: + * Fix episode auto selection being skipped for some results + [v1.0.0]: * Fix TV Specials not being shown in search and other views * Increase Cast And Crew view limit diff --git a/packages/addons.xml.crc b/packages/addons.xml.crc index fa596e6..2aaa367 100644 --- a/packages/addons.xml.crc +++ b/packages/addons.xml.crc @@ -1 +1 @@ -e4a00fde8fbda719ff96a711b4179e32b5e93493 \ No newline at end of file +74d964ab4be832ad618adb56244336f9959b90b2 \ No newline at end of file