diff --git a/src/renderer/views/Watch/Watch.js b/src/renderer/views/Watch/Watch.js index 7b0dbee39..c0d6fa6b2 100644 --- a/src/renderer/views/Watch/Watch.js +++ b/src/renderer/views/Watch/Watch.js @@ -394,7 +394,7 @@ export default Vue.extend({ .captionTracks if (typeof captionTracks !== 'undefined') { - const locale = localStorage.getItem('locale') + const locale = this.$i18n.locale if (locale !== null) { const standardLocale = locale.replace('_', '-') const noLocaleCaption = !captionTracks.some(track =>