extract scripts

This commit is contained in:
Luke Pulverenti 2015-06-12 23:42:19 -04:00
parent 97d6ab1dd0
commit b04ee97822
2 changed files with 5 additions and 6 deletions

View file

@ -294,6 +294,10 @@ namespace MediaBrowser.Api.Playback.Hls
}
}
}
}
catch (DirectoryNotFoundException)
{
}
catch (FileNotFoundException)
{

View file

@ -537,12 +537,10 @@ namespace MediaBrowser.WebDashboard.Api
"site.js",
"librarybrowser.js",
"librarylist.js",
"editorsidebar.js",
"librarymenu.js",
"mediacontroller.js",
"backdrops.js",
"sync.js",
"appservices.js",
"playlistmanager.js",
"appsettings.js",
"mediaplayer.js",
@ -550,15 +548,12 @@ namespace MediaBrowser.WebDashboard.Api
"nowplayingbar.js",
"alphapicker.js",
"directorybrowser.js",
"edititemmetadata.js",
"indexpage.js",
"itemdetailpage.js",
"moviecollections.js",
"notifications.js",
"remotecontrol.js",
"search.js",
"thememediaplayer.js",
"useredit.js"
"thememediaplayer.js"
};
}