mirror of
https://git.crystalyx.net/Xefir/repod.git
synced 2025-01-27 08:26:07 +01:00
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/';
|
||||
}
|
||||
|
||||
public function getTitle(): string {
|
||||
return $this->title;
|
||||
}
|
||||
|
||||
public function getUrl(): ?string {
|
||||
return $this->url;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user