mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
DLNA: Media playback crashes if profile id not found #2783
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BaronGreenback on GitHub (Mar 13, 2021).
Originally assigned to: @BaronGreenback on GitHub.
Problem is in the dlna manager with .First crashes the code and returns a
Sequence contains no matching elementerror.Shouldn't happen as id should alway be available. Am investigating.