added base playlist support functions

This commit is contained in:
Techywarrior 2013-04-08 13:46:59 -07:00
parent 59cfad03e8
commit a771a812da
2 changed files with 5 additions and 1 deletions

View file

@ -517,7 +517,8 @@ namespace MediaBrowser.WebDashboard.Api
"wizardstartpage.js",
"wizarduserpage.js",
"supporterkeypage.js",
"supporterpage.js"
"supporterpage.js",
"playlist.js"
};
var memoryStream = new MemoryStream();

View file

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