thaiporntv: move into own "Thai" channel group

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Simon
2026-05-18 18:59:14 +00:00
parent dc14adbb2e
commit 21270aa266
2 changed files with 10 additions and 8 deletions

View File

@@ -685,6 +685,7 @@ fn channel_group_title(group_id: &str) -> &'static str {
"onlyfans" => "OnlyFans", "onlyfans" => "OnlyFans",
"chinese" => "Chinese", "chinese" => "Chinese",
"jav" => "JAV", "jav" => "JAV",
"thai" => "Thai",
"fetish-kink" => "Fetish & Kink", "fetish-kink" => "Fetish & Kink",
"hentai-animation" => "Hentai & Animation", "hentai-animation" => "Hentai & Animation",
"ai" => "AI", "ai" => "AI",
@@ -697,7 +698,7 @@ fn channel_group_title(group_id: &str) -> &'static str {
fn channel_group_system_image(group_id: &str) -> Option<&'static str> { fn channel_group_system_image(group_id: &str) -> Option<&'static str> {
match group_id { match group_id {
"jav" | "chinese" => Some("globe"), "jav" | "chinese" | "thai" => Some("globe"),
_ => None, _ => None,
} }
} }
@@ -711,12 +712,13 @@ fn channel_group_order(group_id: &str) -> usize {
"onlyfans" => 4, "onlyfans" => 4,
"chinese" => 5, "chinese" => 5,
"jav" => 6, "jav" => 6,
"fetish-kink" => 7, "thai" => 7,
"hentai-animation" => 8, "fetish-kink" => 8,
"ai" => 9, "hentai-animation" => 9,
"gay-male" => 10, "ai" => 10,
"live-cams" => 11, "gay-male" => 11,
"pmv-compilation" => 12, "live-cams" => 12,
"pmv-compilation" => 13,
_ => 99, _ => 99,
} }
} }

View File

@@ -23,7 +23,7 @@ use wreq::Version;
pub const CHANNEL_METADATA: crate::providers::ProviderChannelMetadata = pub const CHANNEL_METADATA: crate::providers::ProviderChannelMetadata =
crate::providers::ProviderChannelMetadata { crate::providers::ProviderChannelMetadata {
group_id: "mainstream-tube", group_id: "thai",
tags: &["thai", "asian", "amateur"], tags: &["thai", "asian", "amateur"],
}; };