1 2 3 4 5 6 7 8 9 10
namespace MediaBrowser.Model.Entities { public enum TrailerType { ComingSoonToTheaters = 1, ComingSoonToDvd = 2, ComingSoonToStreaming = 3, Archive = 4 } }