mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add provider ids to database
This commit is contained in:
parent
e7ba8f57af
commit
31b057360f
5 changed files with 14 additions and 23 deletions
|
@ -55,6 +55,7 @@ define(['browser'], function (browser) {
|
|||
if (isPluginpage || (newView.classList && newView.classList.contains('type-interior'))) {
|
||||
dependencies.push('jqmlistview');
|
||||
dependencies.push('scripts/notifications');
|
||||
dependencies.push('dashboardcss');
|
||||
}
|
||||
|
||||
return new Promise(function (resolve, reject) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue