add todo note

This commit is contained in:
EUCLID 2026-04-09 04:44:27 -04:00 committed by synzr
parent e7a976fb00
commit 58ceea862f

View file

@ -1,3 +1,8 @@
// todo: add atmos support for format selection
// might have to do it how orpheusdl does it?
// https://github.com/Dniel97/orpheusdl-tidal/blob/master/interface.py#L41
import { Dispatcher, fetch } from 'undici'
import { spawn } from 'child_process'
import os from 'node:os'