diff --git a/src/models/player.rs b/src/models/player.rs index 540ebeb90..2432cd7a8 100644 --- a/src/models/player.rs +++ b/src/models/player.rs @@ -810,7 +810,7 @@ fn subtitles_update( ), ..subtitles_path.to_owned() }), - &addons, + addons, ), ), _ => eq_update(subtitles, vec![]),