mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 15:33:36 +00:00
feat: add ability to add podcast channels
This commit is contained in:
@@ -44,6 +44,11 @@ public class PodcastClient {
|
||||
return podcastService.refreshPodcasts(subsonic.getParams());
|
||||
}
|
||||
|
||||
public Call<ApiResponse> createPodcastChannel(String url) {
|
||||
Log.d(TAG, "createPodcastChannel()");
|
||||
return podcastService.createPodcastChannel(subsonic.getParams(), url);
|
||||
}
|
||||
|
||||
public Call<ApiResponse> deletePodcastChannel(String channelId) {
|
||||
Log.d(TAG, "deletePodcastChannel()");
|
||||
return podcastService.deletePodcastChannel(subsonic.getParams(), channelId);
|
||||
|
||||
Reference in New Issue
Block a user