diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 58035a1..9ecc178 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/app.py b/app.py old mode 100644 new mode 100755 diff --git a/docker-compose.yaml b/docker-compose.yaml old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 index 53debd6..187a6d3 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/routes/__init__.py b/routes/__init__.py old mode 100644 new mode 100755 diff --git a/routes/album.py b/routes/album.py old mode 100644 new mode 100755 diff --git a/routes/credentials.py b/routes/credentials.py old mode 100644 new mode 100755 diff --git a/routes/playlist.py b/routes/playlist.py old mode 100644 new mode 100755 diff --git a/routes/prgs.py b/routes/prgs.py old mode 100644 new mode 100755 diff --git a/routes/search.py b/routes/search.py old mode 100644 new mode 100755 diff --git a/routes/track.py b/routes/track.py old mode 100644 new mode 100755 diff --git a/routes/utils/__init__.py b/routes/utils/__init__.py old mode 100644 new mode 100755 diff --git a/routes/utils/__pycache__/__init__.cpython-312.pyc b/routes/utils/__pycache__/__init__.cpython-312.pyc old mode 100644 new mode 100755 index 920f24a..ac1ba28 Binary files a/routes/utils/__pycache__/__init__.cpython-312.pyc and b/routes/utils/__pycache__/__init__.cpython-312.pyc differ diff --git a/routes/utils/__pycache__/credentials.cpython-312.pyc b/routes/utils/__pycache__/credentials.cpython-312.pyc index fdcb97f..e074b6b 100644 Binary files a/routes/utils/__pycache__/credentials.cpython-312.pyc and b/routes/utils/__pycache__/credentials.cpython-312.pyc differ diff --git a/routes/utils/__pycache__/search.cpython-312.pyc b/routes/utils/__pycache__/search.cpython-312.pyc index b4835b9..9872c54 100644 Binary files a/routes/utils/__pycache__/search.cpython-312.pyc and b/routes/utils/__pycache__/search.cpython-312.pyc differ diff --git a/routes/utils/album.py b/routes/utils/album.py old mode 100644 new mode 100755 diff --git a/routes/utils/credentials.py b/routes/utils/credentials.py old mode 100644 new mode 100755 diff --git a/routes/utils/playlist.py b/routes/utils/playlist.py old mode 100644 new mode 100755 diff --git a/routes/utils/search.py b/routes/utils/search.py old mode 100644 new mode 100755 diff --git a/routes/utils/track.py b/routes/utils/track.py old mode 100644 new mode 100755 diff --git a/static/css/style.css b/static/css/style.css old mode 100644 new mode 100755 diff --git a/static/images/queue.svg b/static/images/queue.svg old mode 100644 new mode 100755 diff --git a/static/images/settings.svg b/static/images/settings.svg old mode 100644 new mode 100755 diff --git a/static/js/app.js b/static/js/app.js old mode 100644 new mode 100755 diff --git a/templates/favicon.ico b/templates/favicon.ico old mode 100644 new mode 100755 diff --git a/templates/index.html b/templates/index.html old mode 100644 new mode 100755