mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-16 04:30:24 +01:00
Pushing missing changes
This commit is contained in:
37
MediaBrowser.Model/Connectivity/ClientType.cs
Normal file
37
MediaBrowser.Model/Connectivity/ClientType.cs
Normal file
@@ -0,0 +1,37 @@
|
||||
namespace MediaBrowser.Model.Connectivity
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum ClientType
|
||||
/// </summary>
|
||||
public enum ClientType
|
||||
{
|
||||
/// <summary>
|
||||
/// The other
|
||||
/// </summary>
|
||||
Other,
|
||||
/// <summary>
|
||||
/// The android
|
||||
/// </summary>
|
||||
Android,
|
||||
/// <summary>
|
||||
/// The dashboard
|
||||
/// </summary>
|
||||
Dashboard,
|
||||
/// <summary>
|
||||
/// The ios
|
||||
/// </summary>
|
||||
Ios,
|
||||
/// <summary>
|
||||
/// The pc
|
||||
/// </summary>
|
||||
Pc,
|
||||
/// <summary>
|
||||
/// The windows phone
|
||||
/// </summary>
|
||||
WindowsPhone,
|
||||
/// <summary>
|
||||
/// The windows RT
|
||||
/// </summary>
|
||||
WindowsRT
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user