diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2020-09-02 15:05:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-02 15:05:31 -0400 |
| commit | f6622c835f900b3a7a888fbfd8baed95a6783154 (patch) | |
| tree | 0dd431990d98f0ed9b1c2e8e5f9f6a6b0f0a4a63 /MediaBrowser.Controller/Entities | |
| parent | 59597b6c7fd871ca4cb266c643e6c66dbaea4ff8 (diff) | |
| parent | 208b00fbb17d7744cdb632323dc3dbb8099b5cca (diff) | |
Merge pull request #4041 from jellyfin/path-itemlookupinfo
Add the item path to the ItemLookupInfo class
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/BaseItem.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs index 24978d8dd..a5c22e50f 100644 --- a/MediaBrowser.Controller/Entities/BaseItem.cs +++ b/MediaBrowser.Controller/Entities/BaseItem.cs @@ -2633,6 +2633,7 @@ namespace MediaBrowser.Controller.Entities { return new T { + Path = Path, MetadataCountryCode = GetPreferredMetadataCountryCode(), MetadataLanguage = GetPreferredMetadataLanguage(), Name = GetNameForMetadataLookup(), |
