mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4041] [MERGED] Add the item path to the ItemLookupInfo class #9832
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4041
Author: @EraYaN
Created: 9/2/2020
Status: ✅ Merged
Merged: 9/2/2020
Merged by: @anthonylavado
Base:
master← Head:path-itemlookupinfo📝 Commits (1)
208b00fAdd the item path to the ItemLookupInfo class.📊 Changes
2 files changed (+7 additions, -0 deletions)
View changed files
📝
MediaBrowser.Controller/Entities/BaseItem.cs(+1 -0)📝
MediaBrowser.Controller/Providers/ItemLookupInfo.cs(+6 -0)📄 Description
This is important for the Shoko Anime Metadata provider plugin. (Since it's API give metadata based on filename/path).
Changes
Adds the Path field from BaseItem to the ItemLookupInfo class.
Helps with this: https://features.jellyfin.org/posts/244/shoko-anime-support
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.