aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Extensions/ShuffleExtensions.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-04-23 18:43:37 +0900
committerGitHub <noreply@github.com>2020-04-23 18:43:37 +0900
commitaa6d52277dfbc074016d7623f114325a5edc3cbe (patch)
tree3dae865e35e3cd026e188706b5eec739cb33bf7b /MediaBrowser.Common/Extensions/ShuffleExtensions.cs
parent97e383d108a4adb7e57c13d67f1d36bd1b5ce7b5 (diff)
parent118f30059c11cf43d9780c8e0328423e35b44b76 (diff)
Merge pull request #2771 from Bond-009/nullable4
Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia
Diffstat (limited to 'MediaBrowser.Common/Extensions/ShuffleExtensions.cs')
-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;