mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix theme songs
This commit is contained in:
parent
ba5afc0ae2
commit
6ea056e78c
4 changed files with 8 additions and 5 deletions
|
@ -2201,6 +2201,8 @@ var AppInfo = {};
|
|||
}
|
||||
}
|
||||
|
||||
postInitDependencies.push('components/testermessage');
|
||||
|
||||
} else if (browserInfo.chrome) {
|
||||
postInitDependencies.push('scripts/chromecast');
|
||||
}
|
||||
|
@ -2209,8 +2211,6 @@ var AppInfo = {};
|
|||
postInitDependencies.push('scripts/nowplayingbar');
|
||||
}
|
||||
|
||||
postInitDependencies.push('components/testermessage');
|
||||
|
||||
require(postInitDependencies);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue