We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab03816 commit b263ee3Copy full SHA for b263ee3
lib/Tmdb/Model/Common/SpokenLanguage.php
@@ -25,7 +25,7 @@ class SpokenLanguage extends AbstractModel implements LanguageFilter
25
private $name;
26
27
public static $properties = [
28
- 'iso_369_1',
+ 'iso_639_1',
29
'name',
30
];
31
0 commit comments