Pushing missing changes
This commit is contained in:
@@ -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