diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-10-14 12:36:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-14 12:36:35 -0400 |
| commit | 3d1db18b07367c18b172babba11a27ec48902674 (patch) | |
| tree | fb80b80b917a6432a8d77bc1a3564e904f51cd1c | |
| parent | ddd68776242233a3c92eb5adab34e2df14c8e41c (diff) | |
| parent | d517aadc1c79337fe0e1e7d1de3f72484b2fb91c (diff) | |
Merge pull request #2234 from MediaBrowser/dev
Dev
| -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 1d49a31c97..36dd12651c 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -164,6 +164,9 @@ <Content Include="dashboard-ui\components\guestinviter\guestinviter.template.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\components\iap.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\components\libraryoptionseditor\libraryoptionseditor.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
