mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 18:16:56 +01:00
Merge remote-tracking branch 'official/master'
This commit is contained in:
@@ -528,6 +528,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"chromecast.js",
|
||||
"backdrops.js",
|
||||
"sync.js",
|
||||
"playlistmanager.js",
|
||||
|
||||
"mediaplayer.js",
|
||||
"mediaplayer-video.js",
|
||||
@@ -621,6 +622,9 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"notificationsetting.js",
|
||||
"notificationsettings.js",
|
||||
"playlist.js",
|
||||
"playlists.js",
|
||||
"playlistedit.js",
|
||||
|
||||
"plugincatalogpage.js",
|
||||
"pluginspage.js",
|
||||
"remotecontrol.js",
|
||||
@@ -676,7 +680,6 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"librarymenu.css",
|
||||
"librarybrowser.css",
|
||||
"detailtable.css",
|
||||
"posteritem.css",
|
||||
"card.css",
|
||||
"tileitem.css",
|
||||
"metadataeditor.css",
|
||||
|
||||
@@ -347,6 +347,12 @@
|
||||
<Content Include="dashboard-ui\notificationlist.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\playlistedit.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\playlists.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\reports.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -527,9 +533,6 @@
|
||||
<Content Include="dashboard-ui\css\pluginupdates.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\css\posteritem.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\css\remotecontrol.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -665,6 +668,15 @@
|
||||
<Content Include="dashboard-ui\scripts\notificationlist.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\playlistedit.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\playlistmanager.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\playlists.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\reports.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user