Skip to content

Commit

Permalink
Merge pull request #619 from Pat1enceLos/develop
Browse files Browse the repository at this point in the history
fix(subtitle): fix refresh can not choose subtitle
  • Loading branch information
ipy authored May 10, 2019
2 parents acbf2c3 + c5517f2 commit 872f07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/Subtitle/SubtitleManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default {
if (!this.isInitial) {
this.selectionComplete = false;
this.selectionSecondaryComplete = false;
this.checkCurrentSubtitleList(ids);
this.checkCurrentSubtitleList();
}
return Promise.all(subtitleRequests)
Expand All @@ -236,7 +236,7 @@ export default {
}
this.isInitial = false;
}
this.checkCurrentSubtitleList(ids);
this.checkCurrentSubtitleList();
return storeLanguagePreference(videoSrc, preferredLanguages);
});
},
Expand Down

0 comments on commit 872f07d

Please sign in to comment.