Skip to content

Commit 73afcb8

Browse files
committed
Fix typo
1 parent 5afd9b3 commit 73afcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/State/ScreenProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ private function validateRegion(array $region): void
165165
throw new InvalidArgumentException('All regions must specify a valid Ulid');
166166
}
167167

168-
if (!isset($region['playlist']) || !is_array($region['playlist'])) {
168+
if (!isset($region['playlists']) || !is_array($region['playlists'])) {
169169
throw new InvalidArgumentException('All regions must specify a list of playlists');
170170
}
171171
}

0 commit comments

Comments
 (0)