mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
do not delete cached cover, fix #195
This commit is contained in:
@@ -180,9 +180,10 @@ namespace QuickLook.Plugin.VideoViewer
|
|||||||
mediaElement = null;
|
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
|
// delete cached cover art
|
||||||
if (!string.IsNullOrWhiteSpace(_coverArtPath))
|
//if (!string.IsNullOrWhiteSpace(_coverArtPath))
|
||||||
File.Delete(_coverArtPath);
|
// File.Delete(_coverArtPath);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user