Add tests for NFO parsers

This commit is contained in:
Bond_009
2021-01-09 15:00:59 +01:00
parent a8230c07ea
commit d07eef4f25
10 changed files with 487 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ namespace MediaBrowser.Controller.Entities
/// <value>The sort order.</value>
public int? SortOrder { get; set; }
public string ImageUrl { get; set; }
public string? ImageUrl { get; set; }
public Dictionary<string, string> ProviderIds { get; set; }