Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
turegjorup committed Oct 24, 2024
1 parent 5afd9b3 commit 73afcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/State/ScreenProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private function validateRegion(array $region): void
throw new InvalidArgumentException('All regions must specify a valid Ulid');
}

if (!isset($region['playlist']) || !is_array($region['playlist'])) {
if (!isset($region['playlists']) || !is_array($region['playlists'])) {
throw new InvalidArgumentException('All regions must specify a list of playlists');
}
}
Expand Down

0 comments on commit 73afcb8

Please sign in to comment.