From c1e26d23cf5b5acbd3429c04b22fecd1de5963f6 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Sat, 18 Dec 2021 09:50:16 +0900 Subject: [PATCH] reduce api version to lowest currently needed (#53) --- app/subsonic/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/subsonic/api.ts b/app/subsonic/api.ts index bcfe2ec..3665fdc 100644 --- a/app/subsonic/api.ts +++ b/app/subsonic/api.ts @@ -72,7 +72,7 @@ export class SubsonicApiClient { this.params.append('s', server.salt) } - this.params.append('v', '1.14.0') + this.params.append('v', '1.13.0') this.params.append('c', 'subtracks') }