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(),