mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
reduce api version to lowest currently needed (#53)
This commit is contained in:
parent
329ef919f7
commit
c1e26d23cf
@ -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')
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user