1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

rename embyWebComponentsBower to components

This commit is contained in:
vitorsemeano 2019-03-12 23:28:26 +00:00
parent 6cbd26531c
commit 44fe392912
2 changed files with 157 additions and 159 deletions

View file

@ -219,10 +219,8 @@ define(['apphost', 'userSettings', 'browser', 'events', 'pluginManager', 'backdr
selectedTheme = defaultTheme;
}
var embyWebComponentsBowerPath = 'components';
return {
stylesheetPath: require.toUrl(embyWebComponentsBowerPath + '/themes/' + selectedTheme.id + '/theme.css'),
stylesheetPath: require.toUrl('components/themes/' + selectedTheme.id + '/theme.css'),
themeId: selectedTheme.id
};
}