mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7529] Properly handle stream addition and removal for strm use cases #11443
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/7529
State: closed
Merged: Yes
Strm files are special:
We need to add the external streams before adding the internals because otherwise the index submitted by e.g. stream selection on jf-web would be wrong if the initial scan of the file did not already populate the internal streams or if the file changed. For strm files that's always the case if the file was never played before since probe on scan is skipped for linked remote files.