all provider
This commit is contained in:
@@ -554,7 +554,6 @@ async fn videos_post(
|
||||
.get_videos(
|
||||
cache.get_ref().clone(),
|
||||
pool.get_ref().clone(),
|
||||
channel.clone(),
|
||||
sort.clone(),
|
||||
query.clone(),
|
||||
page.to_string(),
|
||||
@@ -574,7 +573,6 @@ async fn videos_post(
|
||||
let provider_clone = provider.clone();
|
||||
let cache_clone = cache.get_ref().clone();
|
||||
let pool_clone = pool.get_ref().clone();
|
||||
let channel_clone = channel.clone();
|
||||
let sort_clone = sort.clone();
|
||||
let query_clone = query.clone();
|
||||
let per_page_clone = perPage.to_string();
|
||||
@@ -588,7 +586,6 @@ async fn videos_post(
|
||||
.get_videos(
|
||||
cache_clone,
|
||||
pool_clone,
|
||||
channel_clone,
|
||||
sort_clone,
|
||||
query_clone,
|
||||
next_page.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user