-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix queue when playing on remote device (partial) #3381
Conversation
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESLint doesn't pass. Please fix all ESLint issues.
Quality Gate passedIssues Measures |
@AER00 I'm helping out the Jellyfin-web team with reviewing some of these older PR's so we can get on top of the backlog. Wanted to follow up with you and see if some of these ESLint warnings can be resolved? If so, it wont take long to get this merged after it has been tested. |
Cloudflare Pages deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESLint doesn't pass. Please fix all ESLint issues.
Quality Gate passedIssues Measures |
Changes
Many queue specific features was missing when using remote play (casting). This commit enables showing queue from remote device, and implements (really) basic queue management. There is still a lot of things to improve.
Issues
Unfortunately, it's currently not possible to manage queue fully remotely without implementing some new endpoints in the API, such as go to nth item of current playlist, or move / remove an item without stopping current playback.