mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 17:39:10 +00:00
This happend because the go routine did not capture the media variable, and so the it would change before the go routine could start and call the DetectFaces function.