1
0
Fork 0
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:
Luke Pulverenti 2016-06-02 00:41:12 -04:00
parent e7ba8f57af
commit 31b057360f
5 changed files with 14 additions and 23 deletions

View file

@ -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) {