mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Support "extra" folder for extras content (#11249)
This commit is contained in:
parent
a8f1668540
commit
915df87716
@ -537,6 +537,12 @@ namespace Emby.Naming.Common
|
|||||||
"extras",
|
"extras",
|
||||||
MediaType.Video),
|
MediaType.Video),
|
||||||
|
|
||||||
|
new ExtraRule(
|
||||||
|
ExtraType.Unknown,
|
||||||
|
ExtraRuleType.DirectoryName,
|
||||||
|
"extra",
|
||||||
|
MediaType.Video),
|
||||||
|
|
||||||
new ExtraRule(
|
new ExtraRule(
|
||||||
ExtraType.Unknown,
|
ExtraType.Unknown,
|
||||||
ExtraRuleType.DirectoryName,
|
ExtraRuleType.DirectoryName,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user