-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I just tested the web client and ump
is not in the query string any more:
Lines 278 to 282 in 2d5be45
let video_playback = req.path().eq("/videoplayback"); | |
let is_android = video_playback && query.get("c").unwrap_or("").eq("ANDROID"); | |
let is_web = video_playback && query.get("c").unwrap_or("").eq("WEB"); | |
let is_ump = video_playback && query.get("ump").is_some(); |
Metadata
Metadata
Assignees
Labels
No labels