This might be a Vue bug or misuse by us.
Ideally we should use VueRouter's API to check if we're in the queue page in updateStateForPlayer.
Currently, we use a workaround of window.location.hash .
Investigate why router.history.current always shows /, fix our usage or open a bug as needed.
This might be a Vue bug or misuse by us. Ideally we should use VueRouter's API to check if we're in the queue page in
updateStateForPlayer
. Currently, we use a workaround ofwindow.location.hash
.Investigate why
router.history.current
always shows/
, fix our usage or open a bug as needed.