mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Add targetSystem to PackageInfo
This commit is contained in:
parent
9363281fb6
commit
8adfb36f4c
4 changed files with 32 additions and 6 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