Skip to content

Commit

Permalink
Fix typo causing the subtitle sorting to error (#3100)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored Jan 23, 2023
1 parent d578616 commit 633a20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Watch/Watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ export default defineComponent({
captionTracks.unshift({
url: url.toString(),
label,
languageCode: locale
language_code: locale
})
}
},
Expand Down

0 comments on commit 633a20a

Please sign in to comment.