aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Persistence/IUserDataRepository.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-05-07 00:39:20 +0200
committerBond_009 <bond.009@outlook.com>2021-05-07 00:39:20 +0200
commitfb090df0b59b71d7f143d2181d46f18943bbc35e (patch)
treecba62fbdc12347dadd93358ef2bd743b8f717dfd /MediaBrowser.Controller/Persistence/IUserDataRepository.cs
parenta4a3f598af92c7e62a920c4a2eb4f89081c13648 (diff)
Enable nullable reference types for MediaBrowser.Controller
Diffstat (limited to 'MediaBrowser.Controller/Persistence/IUserDataRepository.cs')
-rw-r--r--MediaBrowser.Controller/Persistence/IUserDataRepository.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Persistence/IUserDataRepository.cs b/MediaBrowser.Controller/Persistence/IUserDataRepository.cs
index 81ba513ce..6f5f02123 100644
--- a/MediaBrowser.Controller/Persistence/IUserDataRepository.cs
+++ b/MediaBrowser.Controller/Persistence/IUserDataRepository.cs
@@ -1,3 +1,5 @@
+#nullable disable
+
using System.Collections.Generic;
using System.Threading;
using MediaBrowser.Controller.Entities;