mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-09 22:42:44 +01:00
reduce api version to lowest currently needed (#53)
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user