diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-23 18:54:13 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-23 19:32:40 -0400 |
| commit | cd989381908203e02139d403955cf70c0c818dd8 (patch) | |
| tree | 890d927f09eb310100b1c6f9ad52ddf921271f8a /MediaBrowser.Common/Extensions/ShuffleExtensions.cs | |
| parent | 24ed6397250df484b71ebfb3b428d31e4d05f510 (diff) | |
| parent | aa6d52277dfbc074016d7623f114325a5edc3cbe (diff) | |
Merge remote-tracking branch 'upstream/master' into integration-tests
Diffstat (limited to 'MediaBrowser.Common/Extensions/ShuffleExtensions.cs')
| -rw-r--r-- | MediaBrowser.Common/Extensions/ShuffleExtensions.cs | 2 |
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; |
