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:
@@ -4,7 +4,6 @@ using octo_fiesta.Models.Download;
|
||||
using octo_fiesta.Models.Search;
|
||||
using octo_fiesta.Models.Subsonic;
|
||||
using octo_fiesta.Services.Local;
|
||||
using octo_fiesta.Services.Deezer;
|
||||
using TagLib;
|
||||
using IOFile = System.IO.File;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user