update music brainz to fetch overview

This commit is contained in:
Luke Pulverenti
2016-10-08 14:51:07 -04:00
parent 5cd3276775
commit b3595eab6a
7 changed files with 78 additions and 20 deletions

View File

@@ -32,7 +32,8 @@ namespace MediaBrowser.Model.Providers
public string SearchProviderName { get; set; }
public string GameSystem { get; set; }
public string Overview { get; set; }
public RemoteSearchResult()
{
ProviderIds = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);