extractors/collection: Also configure newly created collection object

master
Felix Stupp 3 years ago
parent 4adb0484f3
commit b19bfbb8a4
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -32,6 +32,7 @@ class CollectionExtractor(GeneralExtractor[MediaCollection, T]):
def _create_object(self, data: ExtractedData[T]) -> MediaCollection:
collection = data.create_collection()
self.__configure_collection(collection)
return collection
def _load_object(self, data: ExtractedData[T]) -> MediaCollection:

Loading…
Cancel
Save