diff options
| author | Bond_009 <bond.009@outlook.com> | 2024-05-30 00:26:32 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2024-06-02 18:18:13 +0200 |
| commit | e2c4e52f398dc3fb45e2251ee291257594bcd7a5 (patch) | |
| tree | d5d534391035039b76b810939f83883a1e45a801 /MediaBrowser.Model/Entities | |
| parent | 741a01db3b4df8ce1c2cc5caec8148236dcc3b16 (diff) | |
Add regressions tests for update library endpoint
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/VirtualFolderInfo.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Entities/VirtualFolderInfo.cs b/MediaBrowser.Model/Entities/VirtualFolderInfo.cs index 89bb72c3c..ea3df3726 100644 --- a/MediaBrowser.Model/Entities/VirtualFolderInfo.cs +++ b/MediaBrowser.Model/Entities/VirtualFolderInfo.cs @@ -2,8 +2,6 @@ #pragma warning disable CS1591 using System; -using System.Text.Json.Serialization; -using Jellyfin.Extensions.Json.Converters; using MediaBrowser.Model.Configuration; namespace MediaBrowser.Model.Entities |
