mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
TEST - Added a first form of cache for retrofit
This commit is contained in:
@@ -54,6 +54,6 @@ public class App extends Application {
|
||||
preferences.setUsername(username);
|
||||
preferences.setAuthentication(password, token, salt);
|
||||
|
||||
return new Subsonic(preferences);
|
||||
return new Subsonic(context, preferences);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user