mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 16:08:39 -05:00
feat: playlist implementation
This commit is contained in:
@@ -43,8 +43,9 @@ public class QobuzDownloadService : BaseDownloadService
|
||||
QobuzBundleService bundleService,
|
||||
IOptions<SubsonicSettings> subsonicSettings,
|
||||
IOptions<QobuzSettings> qobuzSettings,
|
||||
IServiceProvider serviceProvider,
|
||||
ILogger<QobuzDownloadService> logger)
|
||||
: base(configuration, localLibraryService, metadataService, subsonicSettings.Value, logger)
|
||||
: base(configuration, localLibraryService, metadataService, subsonicSettings.Value, serviceProvider, logger)
|
||||
{
|
||||
_httpClient = httpClientFactory.CreateClient();
|
||||
_bundleService = bundleService;
|
||||
|
||||
Reference in New Issue
Block a user