(Windows) Fixed another compile error.

This commit is contained in:
Leon Styhre 2022-02-20 18:54:38 +01:00
parent c4843b3b1d
commit 46eec8ead6

View file

@ -261,7 +261,7 @@ MDResolveHandle::MDResolveHandle(const ScraperSearchResult& result,
scrapeFiles.push_back(mediaFileInfo);
#if defined(_WIN64)
// Required due to the idiotic file locking that exists on this operating system.
ViewController::getInstance()->stopVideo();
ViewController::getInstance()->stopViewVideos();
#endif
}