1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-08 14:50:20 +02:00

Import vinyles

This commit is contained in:
Yohann D'ANELLO
2020-05-22 22:15:37 +02:00
parent 50f3cf39c1
commit d88fccb51d
3 changed files with 53 additions and 3 deletions

View File

@ -26,7 +26,6 @@ class Command(BaseCommand):
help="ISBN to be imported.")
def handle(self, *args, **options):
print(options)
type_str = options["media_type"]
media_classes = [BD, Manga, Roman, FutureMedia]