Add the item path to the ItemLookupInfo class.

This is important for the Shoko Anime Meatdata provider plugin.
This commit is contained in:
Erwin de Haan 2020-09-02 20:11:31 +02:00
parent 191f109da9
commit 208b00fbb1
2 changed files with 7 additions and 0 deletions

View File

@ -2633,6 +2633,7 @@ namespace MediaBrowser.Controller.Entities
{
return new T
{
Path = Path,
MetadataCountryCode = GetPreferredMetadataCountryCode(),
MetadataLanguage = GetPreferredMetadataLanguage(),
Name = GetNameForMetadataLookup(),

View File

@ -14,6 +14,12 @@ namespace MediaBrowser.Controller.Providers
/// <value>The name.</value>
public string Name { get; set; }
/// <summary>
/// Gets or sets the path.
/// </summary>
/// <value>The path.</value>
public string Path { get; set; }
/// <summary>
/// Gets or sets the metadata language.
/// </summary>