mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4263] [MERGED] Defer image pre-fetching until the end of a refresh/scan #9984
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/4263
Author: @cvium
Created: 10/3/2020
Status: ✅ Merged
Merged: 11/22/2020
Merged by: @joshuaboniface
Base:
master← Head:defer_image_fetching📝 Commits (8)
763862cDefer image pre-fetching until the end of a refresh/scan5d3449eFix xml doc comment1b18f86Add missing parameter comments.4a81ee4Add try-catch to avoid crashing the whole thingbf54b55Merge branch 'master' into defer_image_fetching79855a7Update MetadataService.csd3b0080Update MetadataService.cs969b9e2Update ImageFetcherPostScanTask.cs📊 Changes
6 files changed (+172 additions, -24 deletions)
View changed files
➕
Emby.Server.Implementations/Library/ImageFetcherPostScanTask.cs(+130 -0)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+32 -13)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+0 -1)📝
MediaBrowser.Controller/Entities/Folder.cs(+0 -5)📝
MediaBrowser.Controller/Library/ILibraryManager.cs(+2 -0)📝
MediaBrowser.Providers/Manager/MetadataService.cs(+8 -5)📄 Description
Changes
Made image pre-fetching occur at the end of a scan/refresh.
Nice to have (not implemented)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.