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

View File

@@ -23,7 +23,3 @@ export type TidalGetCurrent = {
};
artist: string;
};
export type TidalPutVolume = {
volume: number;
};