mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 13:53:20 +01:00
update bravia profiles
This commit is contained in:
@@ -284,7 +284,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"bower_components/paper-dialog-scrollable/paper-dialog-scrollable.html",
|
||||
"bower_components/neon-animation/animations/scale-up-animation.html",
|
||||
"bower_components/neon-animation/animations/fade-out-animation.html",
|
||||
//"bower_components/paper-icon-button/paper-icon-button.html",
|
||||
"bower_components/paper-icon-button/paper-icon-button.html",
|
||||
"thirdparty/emby-icons.html"
|
||||
};
|
||||
var importsHtml = string.Join("", imports.Select(i => "<link rel=\"import\" href=\"" + i + "\">").ToArray());
|
||||
|
||||
@@ -391,6 +391,15 @@
|
||||
<Content Include="dashboard-ui\bower_components\paper-fab\test\a11y.html" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-fab\test\basic.html" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-fab\test\index.html" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-icon-button\.gitignore" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-icon-button\demo\index.html" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-icon-button\index.html" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-icon-button\paper-icon-button.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\bower_components\paper-icon-button\test\a11y.html" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-icon-button\test\basic.html" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-icon-button\test\index.html" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-material\.gitignore" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-material\demo\index.html" />
|
||||
<Content Include="dashboard-ui\bower_components\paper-material\index.html" />
|
||||
@@ -2741,6 +2750,9 @@
|
||||
<None Include="dashboard-ui\bower_components\paper-fab\.bower.json" />
|
||||
<None Include="dashboard-ui\bower_components\paper-fab\bower.json" />
|
||||
<None Include="dashboard-ui\bower_components\paper-fab\README.md" />
|
||||
<None Include="dashboard-ui\bower_components\paper-icon-button\.bower.json" />
|
||||
<None Include="dashboard-ui\bower_components\paper-icon-button\bower.json" />
|
||||
<None Include="dashboard-ui\bower_components\paper-icon-button\README.md" />
|
||||
<None Include="dashboard-ui\bower_components\paper-material\.bower.json" />
|
||||
<None Include="dashboard-ui\bower_components\paper-material\bower.json" />
|
||||
<None Include="dashboard-ui\bower_components\paper-material\README.md" />
|
||||
|
||||
Reference in New Issue
Block a user