mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add stub ibn page
This commit is contained in:
parent
44ad31bdbe
commit
fab99c51c0
@ -459,6 +459,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
"displaysettingspage.js",
|
"displaysettingspage.js",
|
||||||
"edituserpage.js",
|
"edituserpage.js",
|
||||||
"indexpage.js",
|
"indexpage.js",
|
||||||
|
"itembynamedetailpage.js",
|
||||||
"itemdetailpage.js",
|
"itemdetailpage.js",
|
||||||
"itemlistpage.js",
|
"itemlistpage.js",
|
||||||
"loginpage.js",
|
"loginpage.js",
|
||||||
|
@ -111,6 +111,9 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Content Include="dashboard-ui\scripts\itembynamedetailpage.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\scripts\site.js">
|
<Content Include="dashboard-ui\scripts\site.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@ -131,6 +134,9 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Content Include="dashboard-ui\itembynamedetails.html">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\userprofiles.html">
|
<Content Include="dashboard-ui\userprofiles.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user