fix clippy warning
This commit is contained in:
parent
58a0b0477d
commit
ed5604e715
@ -77,7 +77,7 @@ pub fn read_json(
|
||||
|
||||
let mut playlist: Playlist;
|
||||
|
||||
if is_remote(¤t_file.clone()) {
|
||||
if is_remote(¤t_file) {
|
||||
let resp = reqwest::blocking::Client::new().get(¤t_file).send();
|
||||
|
||||
match resp {
|
||||
@ -135,7 +135,7 @@ pub fn read_json(
|
||||
}
|
||||
}
|
||||
|
||||
playlist.current_file = Some(current_file.clone());
|
||||
playlist.current_file = Some(current_file);
|
||||
playlist.start_sec = Some(start_sec);
|
||||
|
||||
// Add extra values to every media clip
|
||||
|
Loading…
x
Reference in New Issue
Block a user