2014-10-08 16:31:44 -07:00
|
|
|
namespace MediaBrowser.Model.Entities
|
|
|
|
{
|
|
|
|
public enum TrailerType
|
|
|
|
{
|
|
|
|
ComingSoonToTheaters = 1,
|
|
|
|
ComingSoonToDvd = 2,
|
|
|
|
ComingSoonToStreaming = 3,
|
2016-03-19 12:32:37 -07:00
|
|
|
Archive = 4,
|
|
|
|
LocalTrailer = 5
|
2014-10-08 16:31:44 -07:00
|
|
|
}
|
|
|
|
}
|