fix set volume route and formatting

This commit is contained in:
Darius
2026-02-03 22:14:42 +01:00
parent e06d1c6e44
commit 2ebc64f6df

View File

@@ -88,7 +88,9 @@ export class TidalService extends BaseService<TidalClient> {
{}, {},
); );
return this.getSuccessfulResult(response); return this.getSuccessfulResult(
this.decimalToPercentage(response.volume).toString(),
);
} catch { } catch {
const error_message = "error setting volume from tidal"; const error_message = "error setting volume from tidal";
logWarning(error_message); logWarning(error_message);