mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
Add GPL modules
This commit is contained in:
parent
9bac3ac616
commit
a86b71899e
648 changed files with 50005 additions and 123 deletions
21
MediaBrowser.Model/Updates/PackageTargetSystem.cs
Normal file
21
MediaBrowser.Model/Updates/PackageTargetSystem.cs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
namespace MediaBrowser.Model.Updates
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum PackageType
|
||||
/// </summary>
|
||||
public enum PackageTargetSystem
|
||||
{
|
||||
/// <summary>
|
||||
/// Server
|
||||
/// </summary>
|
||||
Server,
|
||||
/// <summary>
|
||||
/// MB Theater
|
||||
/// </summary>
|
||||
MBTheater,
|
||||
/// <summary>
|
||||
/// MB Classic
|
||||
/// </summary>
|
||||
MBClassic
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue