mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Update MigrationUpload.tsx
This commit is contained in:
parent
83f8a3859d
commit
ad84924de3
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ export function MigrationUploadPage() {
|
||||||
if (uploadedData.settings) {
|
if (uploadedData.settings) {
|
||||||
// Apply subtitle settings
|
// Apply subtitle settings
|
||||||
if (uploadedData.settings.defaultSubtitleLanguage) {
|
if (uploadedData.settings.defaultSubtitleLanguage) {
|
||||||
subtitleStore.setLanguage(
|
subtitleStore.importSubtitleLanguage(
|
||||||
uploadedData.settings.defaultSubtitleLanguage,
|
uploadedData.settings.defaultSubtitleLanguage,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue