mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-29 19:11:00 +01:00
combine playlist with remote control
This commit is contained in:
@@ -473,7 +473,6 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"notificationlist.js",
|
||||
"notificationsetting.js",
|
||||
"notificationsettings.js",
|
||||
"playlist.js",
|
||||
"playlists.js",
|
||||
"playlistedit.js",
|
||||
|
||||
|
||||
@@ -1774,9 +1774,6 @@
|
||||
<Content Include="dashboard-ui\songs.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\playlist.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\moviecollections.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -1822,9 +1819,6 @@
|
||||
<Content Include="dashboard-ui\scripts\songs.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\playlist.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\librarybrowser.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user