Fixed bug where single tracks don’t get tagged

This commit is contained in:
nathom 2021-03-25 22:17:08 -07:00
parent c74b4b655a
commit a1905aeee2
4 changed files with 41 additions and 20 deletions

View file

@ -14,7 +14,7 @@ requirements = read_file("requirements.txt").strip().split()
# https://github.com/pypa/sampleproject/blob/main/setup.py
setup(
name=pkg_name,
version="0.1",
version="0.1.1",
author='Nathan',
author_email='nathanthomas707@gmail.com',
keywords='lossless, hi-res, qobuz, tidal, deezer, audio, convert',