diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-06-03 11:54:01 +0200 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2020-06-03 11:54:01 +0200 |
| commit | 2dbb9d4895e5fd2bf802d6acd47f35e35b1a0e19 (patch) | |
| tree | c8362a3757c8f21908cc069e5e436f7a39e01d8d /MediaBrowser.Model/SyncPlay/GroupInfoView.cs | |
| parent | 40502a33e0f0e3c84487be6d3eff2be35c1448ad (diff) | |
Fix build
Diffstat (limited to 'MediaBrowser.Model/SyncPlay/GroupInfoView.cs')
| -rw-r--r-- | MediaBrowser.Model/SyncPlay/GroupInfoView.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/SyncPlay/GroupInfoView.cs b/MediaBrowser.Model/SyncPlay/GroupInfoView.cs index f28ecf16d..f4c685998 100644 --- a/MediaBrowser.Model/SyncPlay/GroupInfoView.cs +++ b/MediaBrowser.Model/SyncPlay/GroupInfoView.cs @@ -1,3 +1,5 @@ +#nullable disable + using System.Collections.Generic; namespace MediaBrowser.Model.SyncPlay |
