reduce api version to lowest currently needed (#53)

This commit is contained in:
austinried 2021-12-18 09:50:16 +09:00 committed by GitHub
parent 329ef919f7
commit c1e26d23cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')
}