Fix video OSD

Signed-off-by: Dmitry Lyzo <ashephard0@gmail.com>
This commit is contained in:
Dmitry Lyzo 2020-11-22 02:13:11 +03:00
parent 862105968c
commit d2263c761c

View file

@ -76,7 +76,7 @@ class AppRouter {
}
showVideoOsd() {
Dashboard.navigate('video');
return Dashboard.navigate('video');
}
showSelectServer() {