mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tuner setup
This commit is contained in:
parent
8ef120c759
commit
86dea1fa4c
14 changed files with 394 additions and 248 deletions
|
@ -112,8 +112,8 @@ var Dashboard = {
|
|||
}
|
||||
}
|
||||
return;
|
||||
Dashboard.hideLoadingMsg();
|
||||
}
|
||||
Dashboard.hideLoadingMsg();
|
||||
},
|
||||
|
||||
getCurrentUser: function () {
|
||||
|
@ -518,8 +518,8 @@ var Dashboard = {
|
|||
},
|
||||
|
||||
showModalLoadingMsg: function () {
|
||||
Dashboard.showLoadingMsg();
|
||||
Dashboard.getModalLoadingMsg().show();
|
||||
Dashboard.showLoadingMsg();
|
||||
},
|
||||
|
||||
hideModalLoadingMsg: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue