camsoda update

This commit is contained in:
Simon
2026-06-22 13:22:37 +00:00
parent 570a77c90b
commit 342c7dc098
3 changed files with 245 additions and 576 deletions

View File

@@ -194,7 +194,11 @@ impl VideoItem {
self
}
#[cfg(any(not(hottub_single_provider), hottub_provider = "chaturbate"))]
#[cfg(any(
not(hottub_single_provider),
hottub_provider = "chaturbate",
hottub_provider = "camsoda"
))]
pub fn is_live(mut self, is_live: bool) -> Self {
self.isLive = is_live;
self