mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 10:34:43 +01:00
made library scan a bit more conservative
This commit is contained in:
@@ -23,12 +23,6 @@ namespace MediaBrowser.Controller.MediaInfo
|
||||
/// <value>The video image cache.</value>
|
||||
internal FileSystemRepository VideoImageCache { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the image cache.
|
||||
/// </summary>
|
||||
/// <value>The image cache.</value>
|
||||
internal FileSystemRepository AudioImageCache { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the subtitle cache.
|
||||
/// </summary>
|
||||
@@ -54,7 +48,6 @@ namespace MediaBrowser.Controller.MediaInfo
|
||||
_libraryManager = libraryManager;
|
||||
|
||||
VideoImageCache = new FileSystemRepository(VideoImagesDataPath);
|
||||
AudioImageCache = new FileSystemRepository(AudioImagesDataPath);
|
||||
SubtitleCache = new FileSystemRepository(SubtitleCachePath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user