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:
parent
862105968c
commit
d2263c761c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class AppRouter {
|
||||||
}
|
}
|
||||||
|
|
||||||
showVideoOsd() {
|
showVideoOsd() {
|
||||||
Dashboard.navigate('video');
|
return Dashboard.navigate('video');
|
||||||
}
|
}
|
||||||
|
|
||||||
showSelectServer() {
|
showSelectServer() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue