Joshua Avalon

Results 25 comments of Joshua Avalon

Close and in favor of #68

@SlrG Yes, I can read source code. But it is like documentation. Not necessary but good to have.

I can trigger it on a new Jellyfin (10.8.11) install with 1 movie. ![image](https://github.com/jellyfin/jellyfin/assets/7152420/11163465-3ba9-4301-a100-9d5d133f0675) ![image](https://github.com/jellyfin/jellyfin/assets/7152420/c58c6335-2f96-4264-bf34-88f7d644def5) ![image](https://github.com/jellyfin/jellyfin/assets/7152420/7ae61e84-21c9-42c9-821f-50c704e68259) ![image](https://github.com/jellyfin/jellyfin/assets/7152420/e3e4f405-5f8a-45c1-a66d-ea33c4f6c0f3) I just click on the genre on the movie page cause the error...

@sevenrats Here are my steps: 1. `docker compose up -d` the following `docker-compose.yaml`. ``` version: "3" services: jellyfin: image: linuxserver/jellyfin:10.8.11-1-ls229 container_name: jellyfin restart: unless-stopped volumes: - ./data:/config - /mnt/user/media/video/test:/data/movies:ro environment:...

I faced the same problem. It probably needs to update `critical` to 2.0.0. However, `critical` is in beta and has breaking changes.