mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
created a separate gallery page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user