fix: missing getTitle method
This commit is contained in:
parent
d6e7c5a460
commit
1b1aac6f3d
@ -50,6 +50,10 @@ class EpisodeActionExtraData implements \JsonSerializable
|
|||||||
return $this->url ?? '/no episodeUrl/';
|
return $this->url ?? '/no episodeUrl/';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getTitle(): string {
|
||||||
|
return $this->title;
|
||||||
|
}
|
||||||
|
|
||||||
public function getUrl(): ?string {
|
public function getUrl(): ?string {
|
||||||
return $this->url;
|
return $this->url;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user