diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-17 23:10:21 -0400 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-17 23:10:21 -0400 |
| commit | cf61ac0264883e53f024088a88148b87cbbf89a7 (patch) | |
| tree | 07912cbc932912335693377f4b82e1c4a0431335 /MediaBrowser.Model/Connectivity/ClientType.cs | |
| parent | c1d38106c745313073986499e06a168146162f8b (diff) | |
fixed client type display for ios. also fixed display preferences saving.
Diffstat (limited to 'MediaBrowser.Model/Connectivity/ClientType.cs')
| -rw-r--r-- | MediaBrowser.Model/Connectivity/ClientType.cs | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/MediaBrowser.Model/Connectivity/ClientType.cs b/MediaBrowser.Model/Connectivity/ClientType.cs deleted file mode 100644 index 3ae3ded21..000000000 --- a/MediaBrowser.Model/Connectivity/ClientType.cs +++ /dev/null @@ -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 - } -} |
