mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-20 17:16:42 +00:00
update main projects
This commit is contained in:
@@ -30,6 +30,7 @@ using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using MediaBrowser.Controller.Net;
|
||||
using MediaBrowser.Model.Querying;
|
||||
using MediaBrowser.Model.Threading;
|
||||
|
||||
namespace Emby.Server.Implementations.Session
|
||||
@@ -1071,7 +1072,11 @@ namespace Emby.Server.Implementations.Session
|
||||
Recursive = true,
|
||||
DtoOptions = new DtoOptions(false)
|
||||
{
|
||||
EnableImages = false
|
||||
EnableImages = false,
|
||||
Fields = new List<ItemFields>
|
||||
{
|
||||
ItemFields.SortName
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -1090,7 +1095,11 @@ namespace Emby.Server.Implementations.Session
|
||||
IsFolder = false,
|
||||
DtoOptions = new DtoOptions(false)
|
||||
{
|
||||
EnableImages = false
|
||||
EnableImages = false,
|
||||
Fields = new List<ItemFields>
|
||||
{
|
||||
ItemFields.SortName
|
||||
}
|
||||
}
|
||||
|
||||
}).ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user