mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
refactor: extract PathHelper to Services/Common for reusability
Moved PathHelper from DeezerDownloadService to Services/Common/ to: - Remove awkward dependency of Qobuz on Deezer namespace - Make path utilities reusable by all services - Improve code organization and clarify dependencies Updated imports in DeezerDownloadService, QobuzDownloadService, BaseDownloadService, and DeezerDownloadServiceTests.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using octo_fiesta.Services;
|
||||
using octo_fiesta.Services.Deezer;
|
||||
using octo_fiesta.Services.Local;
|
||||
using octo_fiesta.Services.Common;
|
||||
using octo_fiesta.Models.Domain;
|
||||
using octo_fiesta.Models.Settings;
|
||||
using octo_fiesta.Models.Download;
|
||||
|
||||
Reference in New Issue
Block a user