mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-13 11:10:24 +01:00
fix encoding escape quotes
This commit is contained in:
@@ -597,11 +597,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"syncactivity.js",
|
||||
"thememediaplayer.js",
|
||||
"useredit.js",
|
||||
"userpassword.js",
|
||||
"userprofilespage.js",
|
||||
"userparentalcontrol.js",
|
||||
"userlibraryaccess.js",
|
||||
"wizardstartpage.js"
|
||||
"userprofilespage.js"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -120,6 +120,9 @@
|
||||
<Content Include="dashboard-ui\css\materialize.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\htmlmediarenderer.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\apiclient\localassetmanager.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user