mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
style: code cleanup
This commit is contained in:
parent
ed60677608
commit
b9a3393b39
2 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
package com.cappielloantonio.tempo.repository;
|
package com.cappielloantonio.tempo.repository;
|
||||||
|
|
||||||
import android.util.Log;
|
|
||||||
|
|
||||||
import androidx.annotation.NonNull;
|
import androidx.annotation.NonNull;
|
||||||
import androidx.lifecycle.MutableLiveData;
|
import androidx.lifecycle.MutableLiveData;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ import com.cappielloantonio.tempo.subsonic.base.ApiResponse;
|
||||||
import retrofit2.Call;
|
import retrofit2.Call;
|
||||||
|
|
||||||
public class PodcastClient {
|
public class PodcastClient {
|
||||||
private static final String TAG = "SystemClient";
|
private static final String TAG = "PodcastClient";
|
||||||
|
|
||||||
private final Subsonic subsonic;
|
private final Subsonic subsonic;
|
||||||
private final PodcastService podcastService;
|
private final PodcastService podcastService;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue