mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 19:38:26 +01:00
add mic to header
This commit is contained in:
@@ -585,14 +585,12 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"indexpage.js",
|
||||
"itembynamedetailpage.js",
|
||||
"itemdetailpage.js",
|
||||
"kids.js",
|
||||
"librarypathmapping.js",
|
||||
"librarysettings.js",
|
||||
"livetvrecording.js",
|
||||
"livetvtimer.js",
|
||||
"livetvseriestimer.js",
|
||||
"livetvsettings.js",
|
||||
"livetvstatus.js",
|
||||
|
||||
"medialibrarypage.js",
|
||||
"metadataconfigurationpage.js",
|
||||
@@ -614,7 +612,6 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"scheduledtaskspage.js",
|
||||
"search.js",
|
||||
"syncactivity.js",
|
||||
"syncsettings.js",
|
||||
"thememediaplayer.js",
|
||||
"useredit.js",
|
||||
"userpassword.js",
|
||||
|
||||
@@ -117,6 +117,9 @@
|
||||
<Content Include="dashboard-ui\css\materialize.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\css\voice.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\dashboardhosting.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -198,6 +201,9 @@
|
||||
<Content Include="dashboard-ui\scripts\userpassword.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\voice.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\wizardagreement.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user