1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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() {