Fixup: restore ContentCountry import in parsing.rs

android_user_agent / ios_user_agent still take &ContentCountry —
the previous commit over-pruned the imports when it dropped
bootstrap_visitor_data.
This commit is contained in:
Kayos 2026-05-26 22:33:47 -07:00
parent 56afa423fb
commit 1292688827

View file

@ -10,6 +10,7 @@
use once_cell::sync::Lazy;
use parking_lot::RwLock;
use crate::localization::ContentCountry;
use crate::youtube::constants::*;
static CONSENT_ACCEPTED: Lazy<RwLock<bool>> = Lazy::new(|| RwLock::new(false));