X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FTwitchBot%2FCrewCommand.php;h=85edfb29ea7976529b04f9392e54617f5f4aeb03;hb=4d1002bb1c326adfa751666e843d8af686069e13;hp=2fd04264c3dc22eead831f2aefabbc339eab5517;hpb=cde5d79cf2f09d61fa7b181cd3a1a19050a4aeb3;p=alttp.git diff --git a/app/TwitchBot/CrewCommand.php b/app/TwitchBot/CrewCommand.php index 2fd0426..85edfb2 100644 --- a/app/TwitchBot/CrewCommand.php +++ b/app/TwitchBot/CrewCommand.php @@ -8,7 +8,7 @@ class CrewCommand extends ChatCommand { $episode = $this->channel->getCurrentEpisode(); if (!$episode) return; $links = []; - foreach ($episode->crew as $crew) { + foreach ($episode->confirmedCrew as $crew) { $link = $crew->getStreamLink(); if (empty($link)) { $link = $crew->getName();