mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Login procedure fix
This commit is contained in:
parent
cb8597db66
commit
b380ae160a
6 changed files with 31 additions and 39 deletions
|
|
@ -13,11 +13,10 @@ import java.util.HashMap;
|
|||
import java.util.Map;
|
||||
|
||||
public class Subsonic {
|
||||
private final SubsonicPreferences preferences;
|
||||
|
||||
private static final Version API_MAX_VERSION = Version.of("1.15.0");
|
||||
|
||||
private Version apiVersion = API_MAX_VERSION;
|
||||
private SubsonicPreferences preferences;
|
||||
|
||||
private SystemClient systemClient;
|
||||
private BrowsingClient browsingClient;
|
||||
|
|
@ -30,10 +29,6 @@ public class Subsonic {
|
|||
this.preferences = preferences;
|
||||
}
|
||||
|
||||
public SubsonicPreferences getPreferences() {
|
||||
return preferences;
|
||||
}
|
||||
|
||||
public Version getApiVersion() {
|
||||
return apiVersion;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue