do not show internal id in response

This commit is contained in:
thrillfall 2021-10-06 14:08:33 +02:00
parent 499d11d209
commit 414ad1a024

View File

@ -103,7 +103,6 @@ class EpisodeAction {
{ {
return return
[ [
'id' => $this->id,
'podcast' => $this->getPodcast(), 'podcast' => $this->getPodcast(),
'episode' => $this->getEpisode(), 'episode' => $this->getEpisode(),
'timestamp' => $this->getTimestamp(), 'timestamp' => $this->getTimestamp(),