Skip to content

Commit 2ed6bb4

Browse files
committed
chore: update for v4.4
1 parent e58559f commit 2ed6bb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mov_cli_test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
}
1616
}
1717

18-
__version__ = "1.1.6"
18+
__version__ = "1.1.7"

mov_cli_test/scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def scrape(self, metadata: Metadata, episode: EpisodeSelector) -> Multi | Single
8282

8383
# NOTE: I could have just dropped multi as all the media in my list are
8484
# films and not series but I'll leave it in here as an example.
85-
if metadata.type == MetadataType.SERIES:
85+
if metadata.type == MetadataType.MULTI:
8686
return Multi(
8787
url = url,
8888
title = metadata.title,

0 commit comments

Comments
 (0)