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

Fix screensaver and media manager displaying video entries #3558

Merged

Conversation

nielsvanvelzen
Copy link
Member

Changes

  • Fix the screensaver showing video entries, it should only show audio entries (music)
  • Fix the "now playing" thingy while browsing showing video entries

Issues

Part of #1057

@nielsvanvelzen nielsvanvelzen added bug Something isn't working playback Issue related to media playback labels May 7, 2024
@nielsvanvelzen nielsvanvelzen added this to the v0.17.0 milestone May 7, 2024
@@ -55,7 +56,7 @@ fun DreamHost() {

DreamView(
content = when {
mediaItem != null -> DreamContent.NowPlaying(mediaItem)
mediaItem?.mediaType == MediaType.Audio -> DreamContent.NowPlaying(mediaItem)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But my audio books

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't currently support audiobooks in the app. When we do this will need to be updated 😉

@nielsvanvelzen nielsvanvelzen merged commit 6942d92 into jellyfin:master May 7, 2024
5 checks passed
@nielsvanvelzen nielsvanvelzen deleted the playback-audio-filter branch May 7, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working playback Issue related to media playback
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants