diff options
Diffstat (limited to 'Jellyfin.Data/Enums/ChromecastVersion.cs')
| -rw-r--r-- | Jellyfin.Data/Enums/ChromecastVersion.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Jellyfin.Data/Enums/ChromecastVersion.cs b/Jellyfin.Data/Enums/ChromecastVersion.cs deleted file mode 100644 index c9c8a4a62..000000000 --- a/Jellyfin.Data/Enums/ChromecastVersion.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace Jellyfin.Data.Enums -{ - /// <summary> - /// An enum representing the version of Chromecast to be used by clients. - /// </summary> - public enum ChromecastVersion - { - /// <summary> - /// Stable Chromecast version. - /// </summary> - Stable = 0, - - /// <summary> - /// Unstable Chromecast version. - /// </summary> - Unstable = 1 - } -} |
