From 23daf714809ffeeae4b5d68111e6f685f69ef375 Mon Sep 17 00:00:00 2001 From: EUCLID Date: Fri, 10 Apr 2026 17:29:22 -0400 Subject: [PATCH] remove todo --- src/streamers/tidal/main.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/streamers/tidal/main.ts b/src/streamers/tidal/main.ts index 6761e9e..052a8f5 100644 --- a/src/streamers/tidal/main.ts +++ b/src/streamers/tidal/main.ts @@ -1,8 +1,3 @@ -// todo: possible refactor - -// https://github.com/Dniel97/orpheusdl-tidal/blob/master/interface.py#L41 -// https://github.com/Radexito/tidal-dl-ng-For-DJ/blob/87ec210dfeeef23441b7c99a16123a25ec63f207/tidal_dl_ng/config.py#L177 - import { Dispatcher, fetch } from 'undici' import { spawn } from 'child_process' import os from 'node:os'