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:
parent
56afa423fb
commit
1292688827
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue