mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 09:54:07 +02:00
format files
This commit is contained in:
@@ -25,7 +25,6 @@ class AbstractMetadataProvider(ABC):
|
||||
def get_movie_metadata(self, id: int = None) -> Movie:
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
@abstractmethod
|
||||
def search_show(
|
||||
self, query: str | None = None
|
||||
@@ -56,6 +55,7 @@ class AbstractMetadataProvider(ABC):
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
metadata_providers = {}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user