mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Added discover/recentryAddedAlbum/recentlyPlayedAlbum/mostPlayedAlbum data retrieval
This commit is contained in:
parent
304a5f078a
commit
532fcd1ee6
45 changed files with 351 additions and 1205 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue