Browse Source

fix saving smart collection (#1384)

pull/1385/head
Jason Dove 2 years ago committed by GitHub
parent
commit
b038a58fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ErsatzTV/Shared/SaveAsSmartCollectionDialog.razor

2
ErsatzTV/Shared/SaveAsSmartCollectionDialog.razor

@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
private readonly SmartCollectionViewModel _newCollection = new(-1, "(New Collection)", string.Empty);
private string _newCollectionName;
private List<SmartCollectionViewModel> _collections;
private List<SmartCollectionViewModel> _collections = new();
private SmartCollectionViewModel _selectedCollection;

Loading…
Cancel
Save