You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when casting images to Chromecast, it doesn't really work, pressing play does nothing and pressing shuffle returns an error
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
The text was updated successfully, but these errors were encountered:
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.
when casting images to Chromecast, it doesn't really work, pressing play does nothing and pressing shuffle returns an error
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
The text was updated successfully, but these errors were encountered: