Enable nullable in Emby.Naming

This commit is contained in:
Stepan
2020-11-01 10:47:31 +01:00
parent 4f320308f3
commit 59619b6ea7
27 changed files with 349 additions and 367 deletions

View File

@@ -13,7 +13,7 @@ namespace Emby.Naming.Video
Files = new List<string>();
}
public string Name { get; set; }
public string Name { get; set; } = string.Empty;
public List<string> Files { get; set; }