diff --git a/internal/api/routes_scene.go b/internal/api/routes_scene.go index da3a09555..9688a7974 100644 --- a/internal/api/routes_scene.go +++ b/internal/api/routes_scene.go @@ -367,7 +367,7 @@ func (rs sceneRoutes) Caption(w http.ResponseWriter, r *http.Request, lang strin for _, caption := range captions { if lang != caption.LanguageCode || ext != caption.CaptionType { - return + continue } sub, err := video.ReadSubs(caption.Path(s.Path))