mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix chromecast css
This commit is contained in:
parent
ad93f5ca7f
commit
ae5ccc79dc
1 changed files with 1 additions and 1 deletions
|
@ -2181,7 +2181,7 @@ var AppInfo = {};
|
|||
postInitDependencies.push('scripts/thememediaplayer');
|
||||
postInitDependencies.push('scripts/remotecontrol');
|
||||
postInitDependencies.push('css!css/notifications.css');
|
||||
postInitDependencies.push('css!css/notifications.css');
|
||||
postInitDependencies.push('css!css/chromecast.css');
|
||||
|
||||
if (Dashboard.isRunningInCordova()) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue