diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-14 10:47:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-14 10:47:38 -0400 |
| commit | c278b33edf948dd83d8e6df2726a9c8e74854595 (patch) | |
| tree | 5afc854d63db568faa3ec474368f72921ee58b62 | |
| parent | 840a4b76422b90feaf4ccbe074ae1d8eb8ba47a7 (diff) | |
rework playlist editor
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index e6832553a..e1fbed696 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -200,6 +200,9 @@ <Content Include="dashboard-ui\components\paperdialoghelper.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\components\playlisteditor\playlisteditor.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\components\prompt.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
