mirror of
https://github.com/ershisan99/podcaster.git
synced 2026-01-21 21:02:07 +00:00
chore: refactor to take advantage of routing instead of rendering the same component twice
This commit is contained in:
@@ -28,6 +28,7 @@ class PodcastsService {
|
||||
const response: GetEpisodesResponse = await this.fetchWithoutCors(
|
||||
url.toString(),
|
||||
);
|
||||
|
||||
let podcast: PodcastExtraDTO = {} as PodcastExtraDTO;
|
||||
const episodes: EpisodeDto[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user