Name changes

This commit is contained in:
nathom 2021-03-22 11:17:01 -07:00
parent 3b6c1dc0bd
commit b01bf6f5bb
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ Media = Union[Album, Playlist, Artist, Track] # type hint
# TODO: add support for database
class QobuzDL:
class MusicDL:
def __init__(
self,
config: Optional[Config] = None,