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
1 changed files with 0 additions and 1 deletions

View File

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