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

can't cast images to Chromecast #380

Open
jlvivero opened this issue Nov 5, 2022 · 1 comment
Open

can't cast images to Chromecast #380

jlvivero opened this issue Nov 5, 2022 · 1 comment

Comments

@jlvivero
Copy link

jlvivero commented Nov 5, 2022

when casting images to Chromecast, it doesn't really work, pressing play does nothing and pressing shuffle returns an error

Screenshot_20221105-135833

on the server logs I get something like

Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL POST /Items//PlaybackInfo
System.InvalidCastException: Unable to cast object of type: MediaBrowser.Controller.Entities.Photo to type MediaBrowser.Controller.Entities.IHasMediaSources

there's more but basically seems to be a type issue

@YouKnowBlom
Copy link
Contributor

If I remember correctly the support for images was ripped out during the CAF migration (and wasn't working very well to begin with). With that said it shouldn't be too hard to reimplement. We'd need a new view for images as well as the logic around that since I don't think there is a native way to display it via the CAF library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants