desktop: Tiny cleanup

This commit is contained in:
relrelb 2022-07-09 10:42:28 +03:00 committed by relrelb
parent f643048c1c
commit afd24cad12
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ impl App {
};
player.lock().unwrap().fetch_root_movie(
movie_url.as_str().to_owned(),
movie_url.to_string(),
parse_parameters(&opt).collect(),
Box::new(on_metadata),
);