38f96af079
Refs #575
16 lines
282 B
C#
16 lines
282 B
C#
namespace MediaBrowser.Model.Entities
|
|
{
|
|
public enum ExtraType
|
|
{
|
|
Clip = 1,
|
|
Trailer = 2,
|
|
BehindTheScenes = 3,
|
|
DeletedScene = 4,
|
|
Interview = 5,
|
|
Scene = 6,
|
|
Sample = 7,
|
|
ThemeSong = 8,
|
|
ThemeVideo = 9
|
|
}
|
|
}
|