mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-22 19:18:07 +00:00
added a live tv status page
This commit is contained in:
@@ -509,6 +509,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"livetvseriestimers.js",
|
||||
"livetvsettings.js",
|
||||
"livetvsuggested.js",
|
||||
"livetvstatus.js",
|
||||
"livetvtimers.js",
|
||||
"loginpage.js",
|
||||
"logpage.js",
|
||||
|
||||
@@ -196,6 +196,9 @@
|
||||
<Content Include="dashboard-ui\livetvsettings.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\livetvstatus.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\livetvtimers.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -457,6 +460,9 @@
|
||||
<Content Include="dashboard-ui\scripts\livetvsettings.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\livetvstatus.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\livetvtimer.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user