Skip to content

Commit

Permalink
chore: update for v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r3tr0ananas committed Jun 3, 2024
1 parent e58559f commit 2ed6bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mov_cli_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
}
}

__version__ = "1.1.6"
__version__ = "1.1.7"
2 changes: 1 addition & 1 deletion mov_cli_test/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2ed6bb4

Please sign in to comment.