rectified spotify tagging issue

This commit is contained in:
cool.gitter.choco
2025-01-27 16:13:09 -06:00
parent 9b7e64da92
commit df6256adfb
29 changed files with 4 additions and 1 deletions

0
.dockerignore Normal file → Executable file
View File

3
.gitignore vendored Normal file → Executable file
View File

@@ -16,3 +16,6 @@ routes/__pycache__/search.cpython-312.pyc
routes/utils/__pycache__/__init__.cpython-312.pyc
routes/utils/__pycache__/credentials.cpython-312.pyc
routes/utils/__pycache__/search.cpython-312.pyc
routes/utils/__pycache__/__init__.cpython-312.pyc
routes/utils/__pycache__/credentials.cpython-312.pyc
routes/utils/__pycache__/search.cpython-312.pyc

0
Dockerfile Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
app.py Normal file → Executable file
View File

0
docker-compose.yaml Normal file → Executable file
View File

2
requirements.txt Normal file → Executable file
View File

@@ -4,7 +4,7 @@ blinker==1.9.0
certifi==2024.12.14
charset-normalizer==3.4.1
click==8.1.8
deezspot @ git+https://github.com/Xoconoch/deezspot-fork-again@dae20a0b8ed2bcbaa29d04b2ca78fe24385bb35d
deezspot @ git+https://github.com/Xoconoch/deezspot-fork-again
defusedxml==0.7.1
fastapi==0.115.7
Flask==3.1.0

0
routes/__init__.py Normal file → Executable file
View File

0
routes/album.py Normal file → Executable file
View File

0
routes/credentials.py Normal file → Executable file
View File

0
routes/playlist.py Normal file → Executable file
View File

0
routes/prgs.py Normal file → Executable file
View File

0
routes/search.py Normal file → Executable file
View File

0
routes/track.py Normal file → Executable file
View File

0
routes/utils/__init__.py Normal file → Executable file
View File

BIN
routes/utils/__pycache__/__init__.cpython-312.pyc Normal file → Executable file

Binary file not shown.

0
routes/utils/album.py Normal file → Executable file
View File

0
routes/utils/credentials.py Normal file → Executable file
View File

0
routes/utils/playlist.py Normal file → Executable file
View File

0
routes/utils/search.py Normal file → Executable file
View File

0
routes/utils/track.py Normal file → Executable file
View File

0
static/css/style.css Normal file → Executable file
View File

0
static/images/queue.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 666 B

After

Width:  |  Height:  |  Size: 666 B

0
static/images/settings.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 778 B

0
static/js/app.js Normal file → Executable file
View File

0
templates/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

0
templates/index.html Normal file → Executable file
View File