mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-09 01:08:45 +01:00
update plugin classes for nightly builds
This commit is contained in:
18
MediaBrowser.Model/Updates/ReleaseChannel.cs
Normal file
18
MediaBrowser.Model/Updates/ReleaseChannel.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace MediaBrowser.Model.Updates
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum PackageVersionClass.
|
||||
/// </summary>
|
||||
public enum ReleaseChannel
|
||||
{
|
||||
/// <summary>
|
||||
/// The stable.
|
||||
/// </summary>
|
||||
Stable = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The nightly.
|
||||
/// </summary>
|
||||
Nightly = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user