linuxserver / docker-jellyfin

GNU General Public License v3.0
600 stars 92 forks source link

[BUG] No playlists in mobile apps #217

Closed meonkeys closed 8 months ago

meonkeys commented 9 months ago

Is there an existing issue for this?

Current Behavior

Mobile apps like Gelli, Finamp, and jellyfin-android are not showing playlists when server version 10.8.11 is used. Reverting server to 10.8.10 fixes the issue.

The bug is upstream: https://github.com/jellyfin/jellyfin/issues/10272

Steps To Reproduce

Use version 10.8.11. (it really is that simple and reproducible)

Environment

CPU architecture

x86-64

Docker creation

Nothing special, just using linuxserver/jellyfin:10.8.11 image repro's the bug and linuxserver/jellyfin:10.8.10 does not.

Container logs

n/a

aptalca commented 9 months ago

Upstream issue. Nothing for us to fix

meonkeys commented 9 months ago

Upstream issue. Nothing for us to fix

Agreed, I just filed it here in case other folks ran into the same issue and were looking for a workaround.

I suppose you could pin your image to 10.8.10, or just make a note somewhere how 10.8.11 is broken.

LinuxServer-CI commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

meonkeys commented 8 months ago

Interesting timing there, CI bot! Upstream just fixed their issue. 10.8.12 is expected to resolve this.

How about if we just this open until we have a chance to test/qa the new release?

FYI, root case is apparently https://github.com/jellyfin/jellyfin/pull/10406

meonkeys commented 8 months ago

10.8.12 is expected to resolve this

It does.