mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
created a separate gallery page
This commit is contained in:
parent
434a9e28b2
commit
f82085b21e
@ -52,14 +52,10 @@ namespace MediaBrowser.Controller.IO
|
||||
|
||||
if (data.Exists)
|
||||
{
|
||||
// Find out if the shortcut is pointing to a directory or file
|
||||
if (data.Attributes.HasFlag(FileAttributes.Directory))
|
||||
// add to our physical locations
|
||||
if (args != null)
|
||||
{
|
||||
// add to our physical locations
|
||||
if (args != null)
|
||||
{
|
||||
args.AddAdditionalLocation(newPath);
|
||||
}
|
||||
args.AddAdditionalLocation(newPath);
|
||||
}
|
||||
|
||||
dict[data.FullName] = data;
|
||||
|
@ -472,6 +472,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"indexpage.js",
|
||||
"itembynamedetailpage.js",
|
||||
"itemdetailpage.js",
|
||||
"itemgallery.js",
|
||||
"itemlistpage.js",
|
||||
"librarysettings.js",
|
||||
"loginpage.js",
|
||||
|
@ -294,6 +294,9 @@
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="dashboard-ui\itemgallery.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\librarysettings.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@ -339,6 +342,9 @@
|
||||
<Content Include="dashboard-ui\scripts\edititemmetadata.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\itemgallery.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\librarysettings.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
Loading…
Reference in New Issue
Block a user