diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-26 09:29:25 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-26 09:30:06 -0500 |
| commit | c2a88b8a9de6fa82bc1c0244ad07006aafeb9a33 (patch) | |
| tree | 3fe7daa445e0513b31e54a41ef617d4a849b4bfd | |
| parent | dcae643097dd0ccef6fd2aa8b7fe659d13d619d8 (diff) | |
fixes #1243 - Cannot set local address. If detection is wrong, chromecast fails
| -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 298f2effc..da49e6e13 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -98,6 +98,9 @@ </None>
</ItemGroup>
<ItemGroup>
+ <Content Include="dashboard-ui\components\chromecasthelpers.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\components\recordingcreator\recordingcreator.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
