testing and fixing
This commit is contained in:
@@ -7,6 +7,7 @@ use crate::db;
|
||||
use crate::providers::Provider;
|
||||
use crate::util::cache::VideoCache;
|
||||
use crate::util::flaresolverr::{FlareSolverrRequest, Flaresolverr};
|
||||
use crate::videos::ServerOptions;
|
||||
use crate::videos::{VideoItem};
|
||||
use crate::DbPool;
|
||||
use std::collections::HashMap;
|
||||
@@ -357,12 +358,10 @@ impl Provider for SpankbangProvider {
|
||||
query: Option<String>,
|
||||
page: String,
|
||||
per_page: String,
|
||||
featured: String,
|
||||
category: String,
|
||||
options: ServerOptions,
|
||||
) -> Vec<VideoItem> {
|
||||
let _ = category;
|
||||
let _ = options;
|
||||
let _ = per_page;
|
||||
let _ = featured;
|
||||
let _ = pool;
|
||||
|
||||
if sort == "date"{
|
||||
|
||||
Reference in New Issue
Block a user