mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #10870] Fix NFO parser to be able to read corrct STRM URL format #12642
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/10870
State: closed
Merged: Yes
As per the Kodi Youtube add-on documentation, the correct STRM URL format is not the one Jellyfin expects in BaseNfoParser.cs
This PR proposes to support both the deprecated and the new format, restoring the functionality of the "Trailer" button in the web interface and warning the users via a message in the Logger.
Changes
Issues
Fixes https://github.com/jellyfin/jellyfin/issues/10869