Add delete podcast api service

This commit is contained in:
thierryverse 2025-11-18 19:32:24 +02:00
parent bf94903459
commit 1a954bc184
7 changed files with 72 additions and 50 deletions

View file

@ -68,7 +68,7 @@ export function PodcastPlayer({
try {
const response = await podcastsApiService.loadPodcast({
podcast,
request: { id: podcast.id },
controller,
});