aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Dto
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2021-07-24 20:33:58 -0700
committerRich Lander <rlander@microsoft.com>2021-07-24 20:33:58 -0700
commit9aebb86a68cacb2b1f8837e876fa422aa6ca2e4e (patch)
tree43281bc3de20210594a672694a8ba295b159f46e /MediaBrowser.Controller/Dto
parent5a9bd712b34c0c01e82a9ce6c7c1e273044e6986 (diff)
Fix warnings in MediaBrowser.Controller/Drawing
Diffstat (limited to 'MediaBrowser.Controller/Dto')
-rw-r--r--MediaBrowser.Controller/Dto/IDtoService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Dto/IDtoService.cs b/MediaBrowser.Controller/Dto/IDtoService.cs
index 61d796235..89aafc84f 100644
--- a/MediaBrowser.Controller/Dto/IDtoService.cs
+++ b/MediaBrowser.Controller/Dto/IDtoService.cs
@@ -1,4 +1,5 @@
#nullable disable
+#pragma warning disable CA1002
using System.Collections.Generic;
using Jellyfin.Data.Entities;