thaiporntv: move into own "Thai" channel group
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user