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:
Sulkta 2026-05-26 22:33:47 -07:00
parent f917e4adbd
commit de11f28e2f

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));