mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 09:54:07 +02:00
fix tvdb movies not working
This commit is contained in:
@@ -48,10 +48,10 @@ class AbstractMetadataProvider(ABC):
|
||||
raise NotImplementedError()
|
||||
|
||||
@abstractmethod
|
||||
def download_movie_poster_image(self, show: Show) -> bool:
|
||||
def download_movie_poster_image(self, movie: Movie) -> bool:
|
||||
"""
|
||||
Downloads the poster image for a show.
|
||||
:param show: The show to download the poster image for.
|
||||
:param movie: The show to download the poster image for.
|
||||
:return: True if the image was downloaded successfully, False otherwise.
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
Reference in New Issue
Block a user