: add peertube source video file

This commit is contained in:
VC
2024-05-13 22:18:58 +02:00
parent bf622d6989
commit 982dc8b954
8 changed files with 435 additions and 136 deletions

View File

@@ -253,7 +253,7 @@ async fn get_playlist_ids(
// if nextPageToken is present, continue the loop
match local_pl.next_page_token {
None => break,
Some(a) => page_token = a.clone(),
Some(a) => page_token.clone_from(&a),
}
}