mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Refresh subsonic client implementation
This commit is contained in:
parent
768ec981f3
commit
58078ff7ba
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ public class App extends Application {
|
|||
return jellyfin.createApi(server, null, AndroidDevice.fromContext(context), new ApiEventListener());
|
||||
}
|
||||
|
||||
public static Subsonic getSubsonicClientInstance(Context context) {
|
||||
if (subsonic == null) {
|
||||
public static Subsonic getSubsonicClientInstance(Context context, boolean override) {
|
||||
if (subsonic == null || override) {
|
||||
subsonic = getSubsonicClient(context);
|
||||
}
|
||||
return subsonic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue