Skip to content
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

Don't send unsupported commands to Cast receiver #6262

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

3flex
Copy link
Contributor

@3flex 3flex commented Oct 28, 2024

Changes
Don't send unsupported commands to Cast receiver.

The following commands are listed as supported in jellyfin-web's plugin.js:

  • SetShuffleQueue
  • EndSession
  • PlayMediaSource
  • PlayTrailers

But they are not in the list of currently supported commands in the Cast receiver app: https://github.com/jellyfin/jellyfin-chromecast/blob/22099bfd45cec11d743c3978181d7161aed9e6b4/src/components/commandHandler.ts#L27-L51

Issues
No issue raised. This probably doesn't cause any issues currently, just cleaning up some tech debt.

@3flex 3flex requested a review from a team as a code owner October 28, 2024 00:29
@jellyfin-bot
Copy link
Collaborator

jellyfin-bot commented Oct 28, 2024

Cloudflare Pages deployment

Latest commit d4288ea
Status ✅ Deployed!
Preview URL https://685c5e5a.jellyfin-web.pages.dev
Type 🔀 Preview

View build logs

Copy link

@thornbill thornbill added the cleanup Cleanup of legacy code or code smells label Jan 13, 2025
@thornbill thornbill added this to the v10.11.0 milestone Jan 13, 2025
@thornbill thornbill merged commit 9068dd5 into jellyfin:master Jan 13, 2025
14 checks passed
@3flex 3flex deleted the patch-1 branch January 13, 2025 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Cleanup of legacy code or code smells
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants