mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 05:46:30 +01:00
update music brainz to fetch overview
This commit is contained in:
@@ -435,7 +435,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
Limit = 0,
|
||||
Type = ImageType.Disc
|
||||
}
|
||||
}
|
||||
},
|
||||
DisabledMetadataFetchers = new []{ "TheAudioDB" }
|
||||
},
|
||||
|
||||
new MetadataOptions(1, 1280)
|
||||
@@ -473,7 +474,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
Limit = 0,
|
||||
Type = ImageType.Logo
|
||||
}
|
||||
}
|
||||
},
|
||||
DisabledMetadataFetchers = new []{ "TheAudioDB" }
|
||||
},
|
||||
|
||||
new MetadataOptions(1, 1280)
|
||||
|
||||
@@ -169,6 +169,8 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <value>The game system.</value>
|
||||
public string GameSystem { get; set; }
|
||||
|
||||
public string[] ProductionLocations { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the critic rating summary.
|
||||
/// </summary>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user