TEST - Added a first form of cache for retrofit

This commit is contained in:
CappielloAntonio 2021-08-23 23:00:56 +02:00
parent 2bf42aaeea
commit 340385aa85
11 changed files with 178 additions and 34 deletions

View file

@ -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);
}
}