fixed hanime sort options
This commit is contained in:
@@ -217,6 +217,14 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
|||||||
id: "likes.asc".to_string(),
|
id: "likes.asc".to_string(),
|
||||||
title: "Least Likes".to_string(),
|
title: "Least Likes".to_string(),
|
||||||
},
|
},
|
||||||
|
FilterOption {
|
||||||
|
id: "released_at_unix.desc".to_string(),
|
||||||
|
title: "New".to_string(),
|
||||||
|
},
|
||||||
|
FilterOption {
|
||||||
|
id: "released_at_unix.asc".to_string(),
|
||||||
|
title: "Old".to_string(),
|
||||||
|
},
|
||||||
FilterOption {
|
FilterOption {
|
||||||
id: "title_sortable.asc".to_string(),
|
id: "title_sortable.asc".to_string(),
|
||||||
title: "A - Z".to_string(),
|
title: "A - Z".to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user