fix set volume route and formatting
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user