Fix default metadata propagation when no files are present

This commit is contained in:
Dean Herbert
2021-10-21 13:36:04 +09:00
parent 59b7210efa
commit a5088cac27
2 changed files with 6 additions and 5 deletions

View File

@ -18,12 +18,12 @@ namespace osu.Game.Skinning
public int ID { get; set; }
public string Name { get; set; }
public string Name { get; set; } = string.Empty;
public string Creator { get; set; } = string.Empty;
public string Hash { get; set; }
public string Creator { get; set; }
public string InstantiationInfo { get; set; }
public virtual Skin CreateInstance(IStorageResourceProvider resources)