[CHANGE] Remove anon accounts && added simple caching for urls
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Manager.App.Services.System;
|
||||
public class ClientService(IServiceScopeFactory scopeFactory, ILogger<ClientService> logger)
|
||||
: ExtendedBackgroundService(nameof(ClientService), "Managing YouTube clients", logger, TimeSpan.FromMinutes(10))
|
||||
{
|
||||
private readonly List<YouTubeClient> _clients = [];
|
||||
private readonly List<YouTubeClient> _loadedClients = [];
|
||||
private CancellationToken _cancellationToken;
|
||||
private ILibraryService? _libraryService;
|
||||
|
||||
|
Reference in New Issue
Block a user