aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/VirtualFolderInfo.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2024-03-31 21:58:06 -0600
committerGitHub <noreply@github.com>2024-03-31 21:58:06 -0600
commit3ade3a8e63204becb856bbc268ce877c82a44a2c (patch)
tree00125cfc5213dcf805e48350b4fbe3446a786ff0 /MediaBrowser.Model/Entities/VirtualFolderInfo.cs
parentd9fe900952db446ded5ebdb937bd9e242b4a96de (diff)
Lowercase CollectionTypeOptions to match legacy experience (#11272)
Diffstat (limited to 'MediaBrowser.Model/Entities/VirtualFolderInfo.cs')
-rw-r--r--MediaBrowser.Model/Entities/VirtualFolderInfo.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/VirtualFolderInfo.cs b/MediaBrowser.Model/Entities/VirtualFolderInfo.cs
index 2b2bda12c..89bb72c3c 100644
--- a/MediaBrowser.Model/Entities/VirtualFolderInfo.cs
+++ b/MediaBrowser.Model/Entities/VirtualFolderInfo.cs
@@ -37,7 +37,6 @@ namespace MediaBrowser.Model.Entities
/// Gets or sets the type of the collection.
/// </summary>
/// <value>The type of the collection.</value>
- [JsonConverter(typeof(JsonLowerCaseConverter<CollectionTypeOptions?>))]
public CollectionTypeOptions? CollectionType { get; set; }
public LibraryOptions LibraryOptions { get; set; }