2025-03-01, 03:50 AM
(This post was last modified: 2025-03-01, 06:47 PM by TheDreadPirate. Edited 1 time in total.)
When I try to save settings of plugins such as session cleaner or {NSFW plugin - TDP}, I notice the settings get passed in URL and page refresh and when I click second time it does nothing. I'm on latest 10.10.6 version and tested in firefox, brave and JMP and on android app and in browser too
I tested it on latest jellyfin image and worked fine so I think it's more specific to linuxserver image?
I use Debian 12 and docker compose
Steps To Reproduce
Compose:
Logs: https://privatebin.net/?a0b5cc8224f10629...Nsy4RncLDS
I tested it on latest jellyfin image and worked fine so I think it's more specific to linuxserver image?
I use Debian 12 and docker compose
Steps To Reproduce
- Go to My plugins
- Go to settings of Session cleaner as example
- Set 1
- click save
- profit
Compose:
Code:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Africa/Cairo
- JELLYFIN_PublishedServerUrl=http://jellyfin.esmailelbob.xyz
volumes:
- ./jellyfin/config:/config
- ./jellyfin/web/index.html:/usr/share/jellyfin/web/index.html
- ./jellyfin/web/home-html.8ce38bc7d6dc073656d4.chunk.js:/usr/share/jellyfin/web/home-html.8ce38bc7d6dc073656d4.chunk.js
- ./jellyfin/web/main.jellyfin.bundle.js:/usr/share/jellyfin/web/main.jellyfin.bundle.js
- ./jellyfin/web/user-userprofile.9cdbcbd8b4ed7a184e73.chunk.js:/usr/share/jellyfin/web/user-userprofile.9cdbcbd8b4ed7a184e73.chunk.js
- ./jellyfin/web/theme.css:/usr/share/jellyfin/web/themes/dark/theme.css
- ./jellyfin/web/spotlight.html:/usr/share/jellyfin/web/ui/spotlight.html
- ./jellyfin/web/avatars:/usr/share/jellyfin/web/avatars
- ./jellyfin/web/seasonal:/usr/share/jellyfin/web/seasonal
- /mnt:/mnt
ports:
- 127.0.0.1:8096:8096
#- 8920:8920 #optional
#- 7359:7359/udp #optional
#- 1900:1900/udp #optional
extra_hosts:
- 'host.docker.internal:host-gateway'
restart: unless-stopped
depends_on:
- rclone
- usenet-drive
networks:
- jellyfin_network
dns:
- 1.1.1.1
- 1.0.0.1