mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-04 21:32:53 +01:00
Initial migration code
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Emby.Server.Implementations.Channels
|
||||
new ConcurrentDictionary<string, Tuple<DateTime, List<MediaSourceInfo>>>();
|
||||
|
||||
private readonly SemaphoreSlim _resourcePool = new SemaphoreSlim(1, 1);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ChannelManager"/> class.
|
||||
/// </summary>
|
||||
@@ -791,8 +791,9 @@ namespace Emby.Server.Implementations.Channels
|
||||
return result;
|
||||
}
|
||||
|
||||
private async Task<ChannelItemResult> GetChannelItems(IChannel channel,
|
||||
User user,
|
||||
private async Task<ChannelItemResult> GetChannelItems(
|
||||
IChannel channel,
|
||||
Jellyfin.Data.Entities.User user,
|
||||
string externalFolderId,
|
||||
ChannelItemSortField? sortField,
|
||||
bool sortDescending,
|
||||
|
||||
Reference in New Issue
Block a user