mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
Add the item path to the ItemLookupInfo class.
This is important for the Shoko Anime Meatdata provider plugin.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user