mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-05 08:33:07 +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());
|
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) {
|
public Call<ApiResponse> deletePodcastChannel(String channelId) {
|
||||||
Log.d(TAG, "deletePodcastChannel()");
|
Log.d(TAG, "deletePodcastChannel()");
|
||||||
return podcastService.deletePodcastChannel(subsonic.getParams(), channelId);
|
return podcastService.deletePodcastChannel(subsonic.getParams(), channelId);
|
||||||
|
|||||||
Reference in New Issue
Block a user