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