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

@ -6,7 +6,7 @@ from typing import Union
logger = logging.getLogger(__name__)
class QobuzDB:
class MusicDB:
"""Simple interface for the downloaded track database."""
def __init__(self, db_path: Union[str, os.PathLike]):