diff options
| author | cvium <clausvium@gmail.com> | 2020-10-03 13:36:53 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2020-10-03 13:36:53 +0200 |
| commit | 763862cbd879aceed9277d79c5e38e851403cfe6 (patch) | |
| tree | 4555d8a56464daf840ef5b2d51838da395023d3f /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 6cafc152b9403f7870003b0e1a7c85ce74910162 (diff) | |
Defer image pre-fetching until the end of a refresh/scan
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 804170d5c..d329495b9 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -567,5 +567,7 @@ namespace MediaBrowser.Controller.Library void AddExternalSubtitleStreams(List<MediaStream> streams, string videoPath, string[] files); + + void RunMetadataSavers(IReadOnlyList<BaseItem> items, ItemUpdateType updateReason); } } |
