11 lines
225 B
C#
11 lines
225 B
C#
namespace MediaBrowser.Model.Entities
|
|
{
|
|
public enum TrailerType
|
|
{
|
|
ComingSoonToTheaters = 1,
|
|
ComingSoonToDvd = 2,
|
|
ComingSoonToStreaming = 3,
|
|
Archive = 4,
|
|
LocalTrailer = 5
|
|
}
|
|
} |