isEpisode()); $streamableUrl = $this->podcastService->getStreamableUrl($song); if ($streamableUrl) { return response()->redirectTo($streamableUrl); } $this->streamLocalPath(EpisodePlayable::getForEpisode($song)->path); } }