Fix subtitle extraction race condition

This commit is contained in:
Zoe Roux
2025-10-12 18:01:04 +02:00
parent e348464261
commit b7c6ba1e85
3 changed files with 6 additions and 6 deletions
-4
View File
@@ -45,10 +45,6 @@ func (h *mhandler) GetInfo(c echo.Context) error {
if err != nil {
return err
}
err = ret.SearchExternalSubtitles()
if err != nil {
fmt.Printf("Couldn't find external subtitles: %v", err)
}
return c.JSON(http.StatusOK, ret)
}