chore: remove commented code in DownloadSettingsModal

This commit is contained in:
Moyasee
2026-01-03 23:40:07 +02:00
parent 9bbfab2aff
commit 4dfdc4d798

View File

@@ -170,10 +170,6 @@ export function DownloadSettingsModal({
(availableDownloaders: Downloader[]) => {
if (availableDownloaders.length === 0) return null;
// if (availableDownloaders.includes(Downloader.Hydra)) {
// return Downloader.Hydra;
// }
if (availableDownloaders.includes(Downloader.RealDebrid)) {
return Downloader.RealDebrid;
}