Fix warnings MediaBrowser.Model

This commit is contained in:
Bond_009
2020-02-04 01:49:27 +01:00
parent 176e850973
commit f47ad85011
290 changed files with 1132 additions and 290 deletions

View File

@@ -1,20 +1,22 @@
namespace MediaBrowser.Model.Updates
{
/// <summary>
/// Enum PackageType
/// Enum PackageType.
/// </summary>
public enum PackageTargetSystem
{
/// <summary>
/// Server
/// Server.
/// </summary>
Server,
/// <summary>
/// MB Theater
/// MB Theater.
/// </summary>
MBTheater,
/// <summary>
/// MB Classic
/// MB Classic.
/// </summary>
MBClassic
}