do not show internal id in response
This commit is contained in:
parent
499d11d209
commit
414ad1a024
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user