diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-05 12:57:01 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-05 12:57:01 +0200 |
| commit | 91c2a57b284011a21c926e9238dbc7edb5eaab13 (patch) | |
| tree | 6aa65ceabd25e4ea4ad87fffe0e0596450c50cae /MediaBrowser.Common/Extensions/CopyToExtensions.cs | |
| parent | 48e81e65e8948fa61980744932eb4103a28ed876 (diff) | |
Enable nullable reference types for MediaBrowser.Common
Diffstat (limited to 'MediaBrowser.Common/Extensions/CopyToExtensions.cs')
| -rw-r--r-- | MediaBrowser.Common/Extensions/CopyToExtensions.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Extensions/CopyToExtensions.cs b/MediaBrowser.Common/Extensions/CopyToExtensions.cs index 94bf7c740..2ecbc6539 100644 --- a/MediaBrowser.Common/Extensions/CopyToExtensions.cs +++ b/MediaBrowser.Common/Extensions/CopyToExtensions.cs @@ -1,5 +1,3 @@ -#nullable enable - using System.Collections.Generic; namespace MediaBrowser.Common.Extensions |
