mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Add the item path to the ItemLookupInfo class.
This is important for the Shoko Anime Meatdata provider plugin.
This commit is contained in:
@@ -2633,6 +2633,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
return new T
|
||||
{
|
||||
Path = Path,
|
||||
MetadataCountryCode = GetPreferredMetadataCountryCode(),
|
||||
MetadataLanguage = GetPreferredMetadataLanguage(),
|
||||
Name = GetNameForMetadataLookup(),
|
||||
|
||||
Reference in New Issue
Block a user