all provider

This commit is contained in:
Simon
2025-08-10 14:02:09 +00:00
parent 8944646c85
commit 97066a184a
10 changed files with 37 additions and 28 deletions

View File

@@ -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(),