From b8e0881f439bcaa341f848cdb7c5765a07f2287e Mon Sep 17 00:00:00 2001 From: DraftKinner <196864209+DraftKinner@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:02:07 -0500 Subject: [PATCH] Changed music-tag package used to a fork more similar to the one hosted in zotify.xyz --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 90cc439..1707768 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ librespot@git+https://github.com/kokarare1212/librespot-python -music-tag +music-tag@git+https://github.com/koldinger/music-tag.git mutagen Pillow pkce diff --git a/setup.cfg b/setup.cfg index 5dc3c7f..9162292 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ packages = zotify python_requires = >=3.11 install_requires = librespot@git+https://github.com/kokarare1212/librespot-python - music-tag + music-tag@git+https://github.com/koldinger/music-tag.git mutagen Pillow pkce