mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 02:33:33 +01:00
Enable nullable in Emby.Naming
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user