diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-04-08 13:46:59 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-04-08 13:46:59 -0700 |
| commit | a771a812daf7fa8a61153af74d153e8ea891d4a6 (patch) | |
| tree | dad809ed6761d431beee0e7e536acf593821a95d | |
| parent | 59cfad03e8839556639e5a00abba1a8e6a959b18 (diff) | |
added base playlist support functions
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/DashboardService.cs | 3 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs index 7c3de72fe..b0f03f96b 100644 --- a/MediaBrowser.WebDashboard/Api/DashboardService.cs +++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs @@ -517,7 +517,8 @@ namespace MediaBrowser.WebDashboard.Api "wizardstartpage.js", "wizarduserpage.js", "supporterkeypage.js", - "supporterpage.js" + "supporterpage.js", + "playlist.js" }; var memoryStream = new MemoryStream(); diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 12ed0f7c7..edf0f884d 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -213,6 +213,9 @@ <Content Include="dashboard-ui\scripts\itembynamedetailpage.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\scripts\playlist.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\librarybrowser.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
