Fix typo causing the subtitle sorting to error (#3100)

This commit is contained in:
absidue 2023-01-23 12:40:41 +01:00 committed by GitHub
parent d5786164e2
commit 633a20adb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1333,7 +1333,7 @@ export default defineComponent({
captionTracks.unshift({
url: url.toString(),
label,
languageCode: locale
language_code: locale
})
}
},