mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Fix warnings MediaBrowser.Model
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
namespace MediaBrowser.Model.Updates
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum PackageVersionClass
|
||||
/// Enum PackageVersionClass.
|
||||
/// </summary>
|
||||
public enum PackageVersionClass
|
||||
{
|
||||
/// <summary>
|
||||
/// The release
|
||||
/// The release.
|
||||
/// </summary>
|
||||
Release = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The beta
|
||||
/// The beta.
|
||||
/// </summary>
|
||||
Beta = 1,
|
||||
|
||||
/// <summary>
|
||||
/// The dev
|
||||
/// The dev.
|
||||
/// </summary>
|
||||
Dev = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user