mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Fix extra type differentiation
Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break
This commit is contained in:
@@ -75,7 +75,9 @@ namespace MediaBrowser.Controller.Entities
|
||||
Model.Entities.ExtraType.DeletedScene,
|
||||
Model.Entities.ExtraType.Interview,
|
||||
Model.Entities.ExtraType.Sample,
|
||||
Model.Entities.ExtraType.Scene
|
||||
Model.Entities.ExtraType.Scene,
|
||||
Model.Entities.ExtraType.Featurette,
|
||||
Model.Entities.ExtraType.Short
|
||||
};
|
||||
|
||||
private string _sortName;
|
||||
|
||||
Reference in New Issue
Block a user