aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-04-05 21:19:04 +0200
committerBond_009 <bond.009@outlook.com>2020-04-05 21:19:04 +0200
commit2fcbc2a5b804e8d426dfd014560291d2399ab799 (patch)
treedf938f05d8f991904f628467e1d408b431198fe8 /MediaBrowser.Common
parent29539174a3de47c151cc7c7fd192100e6fbe48d7 (diff)
Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia
Diffstat (limited to 'MediaBrowser.Common')
-rw-r--r--MediaBrowser.Common/Extensions/ShuffleExtensions.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Extensions/ShuffleExtensions.cs b/MediaBrowser.Common/Extensions/ShuffleExtensions.cs
index 0432f36b5..459bec110 100644
--- a/MediaBrowser.Common/Extensions/ShuffleExtensions.cs
+++ b/MediaBrowser.Common/Extensions/ShuffleExtensions.cs
@@ -1,3 +1,5 @@
+#nullable enable
+
using System;
using System.Collections.Generic;