mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-19 13:02:00 +02:00
fixes #1243 - Cannot set local address. If detection is wrong, chromecast fails
This commit is contained in:
parent
dcae643097
commit
c2a88b8a9d
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue