chore: refactor to take advantage of routing instead of rendering the same component twice

This commit is contained in:
2024-04-20 11:51:05 +02:00
parent 172e9e4c10
commit 2126e6bdbc
6 changed files with 96 additions and 53 deletions

View File

@@ -28,6 +28,7 @@ class PodcastsService {
const response: GetEpisodesResponse = await this.fetchWithoutCors(
url.toString(),
);
let podcast: PodcastExtraDTO = {} as PodcastExtraDTO;
const episodes: EpisodeDto[] = [];