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

View File

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