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) catch (FileNotFoundException)
{ {

View file

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