mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
chromecast updates
This commit is contained in:
parent
2e25b47fb2
commit
f6995379a2
5 changed files with 41 additions and 161 deletions
|
@ -433,8 +433,7 @@ var Dashboard = {
|
|||
|
||||
refreshSystemInfoFromServer: function () {
|
||||
|
||||
// TODO: Eventually remove the currentUserId check
|
||||
if (Dashboard.getAccessToken() || Dashboard.getCurrentUserId()) {
|
||||
if (Dashboard.getAccessToken()) {
|
||||
ApiClient.getSystemInfo().done(function (info) {
|
||||
|
||||
Dashboard.updateSystemInfo(info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue