aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users/UserManager.cs
diff options
context:
space:
mode:
authorJim Cartlidge <jimcartlidge@yahoo.co.uk>2020-09-14 15:57:00 +0100
committerJim Cartlidge <jimcartlidge@yahoo.co.uk>2020-09-14 15:57:00 +0100
commitc1bfba90813b6780d43f82d4056496f5c776a186 (patch)
treebaf1ef396873c873c116b3a32d2c125b541be235 /Jellyfin.Server.Implementations/Users/UserManager.cs
parent38b8110a3ec33267bb2b9e0b75ed0e2a704f41ca (diff)
Nullable added
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/UserManager.cs')
-rw-r--r--Jellyfin.Server.Implementations/Users/UserManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server.Implementations/Users/UserManager.cs b/Jellyfin.Server.Implementations/Users/UserManager.cs
index ffd0066ee..bd853f92f 100644
--- a/Jellyfin.Server.Implementations/Users/UserManager.cs
+++ b/Jellyfin.Server.Implementations/Users/UserManager.cs
@@ -1,3 +1,4 @@
+#nullable enable
#pragma warning disable CA1307
using System;