Skip to content

Commit

Permalink
Bump Version + Fix assets reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirio committed Oct 19, 2023
1 parent 75fb953 commit 34803da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added core/static/images/player.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion core/templates/core/player.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
controls: true,
loop: false,
preload: "auto",
poster: "/static/images/player.jpg",
poster: "/static/core/images/player.jpg",
audioPosterMode: true,
responsive: true,
aspectRatio: "16:9"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-slugify==8.0.1 # https://github.com/un33k/python-slugify
Pillow==10.0.1 # https://github.com/python-pillow/Pillow
Pillow==10.1.0 # https://github.com/python-pillow/Pillow
rcssmin==1.1.1 # https://github.com/ndparker/rcssmin
argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
whitenoise==6.6.0 # https://github.com/evansd/whitenoise
Expand Down Expand Up @@ -40,7 +40,7 @@ djangorestframework-stubs[compatible-mypy]==3.14.2 # https://github.com/typeddj
flake8==6.1.0 # https://github.com/PyCQA/flake8
flake8-isort==6.1.0 # https://github.com/gforcada/flake8-isort
coverage==7.3.2 # https://github.com/nedbat/coveragepy
black==23.9.1 # https://github.com/psf/black
black==23.10.0 # https://github.com/psf/black
djlint==1.34.0 # https://github.com/Riverside-Healthcare/djLint
pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
pre-commit==3.5.0 # https://github.com/pre-commit/pre-commit
Expand All @@ -59,5 +59,5 @@ pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django
# ------------------------------------------------------------------------------
feedparser==6.0.10 # https://github.com/kurtmckee/feedparser
beautifulsoup4==4.12.2
yt-dlp==2023.10.7 # https://github.com/yt-dlp/yt-dlp
yt-dlp==2023.10.13 # https://github.com/yt-dlp/yt-dlp
django-filter==23.3 # https://github.com/carltongibson/django-filter

0 comments on commit 34803da

Please sign in to comment.