mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -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:
@@ -8,7 +8,6 @@ using octo_fiesta.Models.Search;
|
||||
using octo_fiesta.Models.Subsonic;
|
||||
using octo_fiesta.Services.Local;
|
||||
using octo_fiesta.Services.Common;
|
||||
using octo_fiesta.Services.Deezer;
|
||||
using Microsoft.Extensions.Options;
|
||||
using IOFile = System.IO.File;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user