Resolve "Tagging artists/albums genres when importing music files"

This commit is contained in:
Eliot Berriot 2019-12-18 07:52:09 +01:00
parent 7b0db234e2
commit aea8e4fc59
12 changed files with 333 additions and 0 deletions

View file

@ -2,6 +2,7 @@ import click
import sys
from . import base
from . import library # noqa
from . import users # noqa
from rest_framework.exceptions import ValidationError