mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
TEST - Added a first form of cache for retrofit
This commit is contained in:
parent
2bf42aaeea
commit
340385aa85
11 changed files with 178 additions and 34 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue