mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-29 21:36:31 +01:00
fixed client type display for ios. also fixed display preferences saving.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace MediaBrowser.Model.Connectivity
|
||||
/// </summary>
|
||||
/// <value>The type of the client.</value>
|
||||
[ProtoMember(2)]
|
||||
public ClientType ClientType { get; set; }
|
||||
public string Client { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the last activity date.
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
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 dlna
|
||||
/// </summary>
|
||||
Dlna,
|
||||
/// <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