mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #8638] Fix extra type differentiation #11804
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/8638
State: closed
Merged: Yes
Change extra parsing rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip.
Fix test broken by these changes.
Changes
Change parsing rules for extras labeled "short" and "featurette." Both were previously classed as type "Clip"
Add two new Extra types (short, featurette)
Add parsing rule to allow "clip" extras in folder form. Now accommodates all supported extra types in either suffix or folder form.
Issues
Fixes #4114
Other
PR for user facing portion: 4115