mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 11:28:27 +01:00
add setting to control transcodng throttle
This commit is contained in:
@@ -364,7 +364,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"backdrops.js",
|
||||
"sync.js",
|
||||
"syncjob.js",
|
||||
"syncservices.js",
|
||||
"appservices.js",
|
||||
"playlistmanager.js",
|
||||
|
||||
"mediaplayer.js",
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
<Content Include="dashboard-ui\scripts\syncjob.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\syncservices.js">
|
||||
<Content Include="dashboard-ui\scripts\appservices.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\syncsettings.js">
|
||||
@@ -175,7 +175,7 @@
|
||||
<Content Include="dashboard-ui\syncjob.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\syncservices.html">
|
||||
<Content Include="dashboard-ui\appservices.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\syncsettings.html">
|
||||
|
||||
Reference in New Issue
Block a user