rectified spotify tagging issue
This commit is contained in:
0
.dockerignore
Normal file → Executable file
0
.dockerignore
Normal file → Executable file
3
.gitignore
vendored
Normal file → Executable file
3
.gitignore
vendored
Normal file → Executable file
@@ -16,3 +16,6 @@ routes/__pycache__/search.cpython-312.pyc
|
|||||||
routes/utils/__pycache__/__init__.cpython-312.pyc
|
routes/utils/__pycache__/__init__.cpython-312.pyc
|
||||||
routes/utils/__pycache__/credentials.cpython-312.pyc
|
routes/utils/__pycache__/credentials.cpython-312.pyc
|
||||||
routes/utils/__pycache__/search.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
0
Dockerfile
Normal file → Executable file
0
docker-compose.yaml
Normal file → Executable file
0
docker-compose.yaml
Normal file → Executable file
2
requirements.txt
Normal file → Executable file
2
requirements.txt
Normal file → Executable file
@@ -4,7 +4,7 @@ blinker==1.9.0
|
|||||||
certifi==2024.12.14
|
certifi==2024.12.14
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.1
|
||||||
click==8.1.8
|
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
|
defusedxml==0.7.1
|
||||||
fastapi==0.115.7
|
fastapi==0.115.7
|
||||||
Flask==3.1.0
|
Flask==3.1.0
|
||||||
|
|||||||
0
routes/__init__.py
Normal file → Executable file
0
routes/__init__.py
Normal file → Executable file
0
routes/album.py
Normal file → Executable file
0
routes/album.py
Normal file → Executable file
0
routes/credentials.py
Normal file → Executable file
0
routes/credentials.py
Normal file → Executable file
0
routes/playlist.py
Normal file → Executable file
0
routes/playlist.py
Normal file → Executable file
0
routes/prgs.py
Normal file → Executable file
0
routes/prgs.py
Normal file → Executable file
0
routes/search.py
Normal file → Executable file
0
routes/search.py
Normal file → Executable file
0
routes/track.py
Normal file → Executable file
0
routes/track.py
Normal file → Executable file
0
routes/utils/__init__.py
Normal file → Executable file
0
routes/utils/__init__.py
Normal file → Executable file
BIN
routes/utils/__pycache__/__init__.cpython-312.pyc
Normal file → Executable file
BIN
routes/utils/__pycache__/__init__.cpython-312.pyc
Normal file → Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
routes/utils/album.py
Normal file → Executable file
0
routes/utils/album.py
Normal file → Executable file
0
routes/utils/credentials.py
Normal file → Executable file
0
routes/utils/credentials.py
Normal file → Executable file
0
routes/utils/playlist.py
Normal file → Executable file
0
routes/utils/playlist.py
Normal file → Executable file
0
routes/utils/search.py
Normal file → Executable file
0
routes/utils/search.py
Normal file → Executable file
0
routes/utils/track.py
Normal file → Executable file
0
routes/utils/track.py
Normal file → Executable file
0
static/css/style.css
Normal file → Executable file
0
static/css/style.css
Normal file → Executable file
0
static/images/queue.svg
Normal file → Executable file
0
static/images/queue.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 666 B After Width: | Height: | Size: 666 B |
0
static/images/settings.svg
Normal file → Executable file
0
static/images/settings.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 778 B After Width: | Height: | Size: 778 B |
0
static/js/app.js
Normal file → Executable file
0
static/js/app.js
Normal file → Executable file
0
templates/favicon.ico
Normal file → Executable file
0
templates/favicon.ico
Normal file → Executable file
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
0
templates/index.html
Normal file → Executable file
0
templates/index.html
Normal file → Executable file
Reference in New Issue
Block a user