From d6b1f5d93f424805beeda409ec23d3f98bcf6520 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 23 Oct 2025 18:33:21 +0000 Subject: [PATCH] status bugfix --- src/providers/tnaflix.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/tnaflix.rs b/src/providers/tnaflix.rs index cb88e7f..3019ea7 100644 --- a/src/providers/tnaflix.rs +++ b/src/providers/tnaflix.rs @@ -240,7 +240,7 @@ impl TnaflixProvider { }, FilterOption { id: "featured".into(), - title: "Most Viewed".into(), + title: "Featured".into(), }, FilterOption { id: "toprated".into(),