hotfix
This commit is contained in:
@@ -329,7 +329,7 @@ impl Provider for PornhubProvider {
|
||||
let _ = featured; // Ignored in this implementation
|
||||
let _ = pool; // Ignored in this implementation
|
||||
let mut sort = sort.to_lowercase();
|
||||
if sort == "date"{
|
||||
if sort.contains("date"){
|
||||
sort = "mr".to_string();
|
||||
}
|
||||
let videos: std::result::Result<Vec<VideoItem>, Error> = match query {
|
||||
|
||||
Reference in New Issue
Block a user