dont make it more complicated than needed

This commit is contained in:
Darius
2026-02-03 22:20:01 +01:00
parent 862401fa9b
commit 49f04ef82f
3 changed files with 1 additions and 8 deletions

3
dist/tidal.d.ts vendored
View File

@@ -23,7 +23,4 @@ export type TidalGetCurrent = {
};
artist: string;
};
export type TidalPutVolume = {
volume: number;
};
//# sourceMappingURL=tidal.d.ts.map