fixed video image provider looking under audio directory
This commit is contained in:
parent
7c9c0c999d
commit
c7fac2d702
|
@ -43,7 +43,7 @@ namespace MediaBrowser.Providers.MediaInfo
|
|||
_mediaEncoder = mediaEncoder;
|
||||
_isoManager = isoManager;
|
||||
|
||||
ImageCache = new FileSystemRepository(Kernel.Instance.FFMpegManager.AudioImagesDataPath);
|
||||
ImageCache = new FileSystemRepository(Kernel.Instance.FFMpegManager.VideoImagesDataPath);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user