mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
do not delete cached cover, fix #195
This commit is contained in:
@@ -180,9 +180,10 @@ namespace QuickLook.Plugin.VideoViewer
|
||||
mediaElement = null;
|
||||
});
|
||||
|
||||
// disabled because https://github.com/xupefei/QuickLook/issues/195 reports that VLC uses existing files such as folder.jpg
|
||||
// delete cached cover art
|
||||
if (!string.IsNullOrWhiteSpace(_coverArtPath))
|
||||
File.Delete(_coverArtPath);
|
||||
//if (!string.IsNullOrWhiteSpace(_coverArtPath))
|
||||
// File.Delete(_coverArtPath);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user