mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-04 17:26:19 +00:00
Merge pull request #2696 from mark-monteiro/fix-extras
Display Extras With Unknown Types
This commit is contained in:
@@ -4,6 +4,7 @@ namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum ExtraType
|
||||
{
|
||||
Unknown = 0,
|
||||
Clip = 1,
|
||||
Trailer = 2,
|
||||
BehindTheScenes = 3,
|
||||
|
||||
Reference in New Issue
Block a user