style: code cleanup

This commit is contained in:
antonio 2023-12-21 09:52:10 +01:00
parent ed60677608
commit b9a3393b39
2 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,7 @@ import com.cappielloantonio.tempo.subsonic.base.ApiResponse;
import retrofit2.Call;
public class PodcastClient {
private static final String TAG = "SystemClient";
private static final String TAG = "PodcastClient";
private final Subsonic subsonic;
private final PodcastService podcastService;