Closed DaKnig closed 1 year ago
acc no, that is acually an inconsistency you've spotted, they both use i32 on their end (but the crate uses an unsigned integer cuz it makes more sense)
I'll just push an update to git but not crates.io cuz it doesnt make any difference
video::Video uses u32 for length while hidden::SearchItem uses u64 for the same field. is this a difference on invidious' side?