mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Added discover/recentryAddedAlbum/recentlyPlayedAlbum/mostPlayedAlbum data retrieval
This commit is contained in:
@@ -52,7 +52,7 @@ public class App extends Application {
|
||||
}
|
||||
|
||||
private static ApiClient getApiClient(Context context) {
|
||||
String server = PreferenceUtil.getInstance(context).getServer();
|
||||
String server = "http://192.168.1.81:8096";
|
||||
|
||||
JellyfinOptions.Builder options = new JellyfinOptions.Builder();
|
||||
options.setLogger(new NullLogger());
|
||||
|
||||
Reference in New Issue
Block a user