From 2ed6bb44118a9d6fca343fd4aa3724431b2b86fb Mon Sep 17 00:00:00 2001 From: Ananas Date: Tue, 4 Jun 2024 01:15:32 +0200 Subject: [PATCH] chore: update for v4.4 --- mov_cli_test/__init__.py | 2 +- mov_cli_test/scraper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mov_cli_test/__init__.py b/mov_cli_test/__init__.py index b40411a..c1ad9f7 100644 --- a/mov_cli_test/__init__.py +++ b/mov_cli_test/__init__.py @@ -15,4 +15,4 @@ } } -__version__ = "1.1.6" \ No newline at end of file +__version__ = "1.1.7" \ No newline at end of file diff --git a/mov_cli_test/scraper.py b/mov_cli_test/scraper.py index c89d68d..b9d4a1f 100644 --- a/mov_cli_test/scraper.py +++ b/mov_cli_test/scraper.py @@ -82,7 +82,7 @@ def scrape(self, metadata: Metadata, episode: EpisodeSelector) -> Multi | Single # NOTE: I could have just dropped multi as all the media in my list are # films and not series but I'll leave it in here as an example. - if metadata.type == MetadataType.SERIES: + if metadata.type == MetadataType.MULTI: return Multi( url = url, title = metadata.title,