mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-02 06:46:31 +01:00
channel improvements
This commit is contained in:
@@ -13,4 +13,12 @@ namespace MediaBrowser.Model.Entities
|
||||
ThemeSong = 8,
|
||||
ThemeVideo = 9
|
||||
}
|
||||
|
||||
public enum TrailerType
|
||||
{
|
||||
ComingSoonToTheaters = 1,
|
||||
ComingSoonToDvd = 2,
|
||||
ComingSoonToStreaming = 3,
|
||||
Archive = 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user