-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
featureNew feature or requestNew feature or request
Description
Describe The Bug
When music playback is paused, it gets stopped after 10 minutes of inactivity.
Steps To Reproduce
- Create a music library
- Play any track and pause it
- Wait 10 minutes
- The playback is stopped
Expected Behavior
I would expect the player to stay paused and preserve the play queue indefinitely, like it does on the stable version.
System (please complete the following information):
- Platform: Docker, ARM64
- Browser: Firefox
- Jellyfin Version: latest unstable
Additional Context
There seems to be a Stop
command coming from the server over WebSockets. Looking at the server code, it could be related to SyncPlay, which I'm not using.
Also, when I ran the unstable Jellyfin Docker image on x86, this issue didn't occur. I tried clearing the config and cache on the ARM machine, but to no effect.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request