Skip to content

Commit ad84924

Browse files
committed
Update MigrationUpload.tsx
1 parent 83f8a38 commit ad84924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/migration/MigrationUpload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export function MigrationUploadPage() {
361361
if (uploadedData.settings) {
362362
// Apply subtitle settings
363363
if (uploadedData.settings.defaultSubtitleLanguage) {
364-
subtitleStore.setLanguage(
364+
subtitleStore.importSubtitleLanguage(
365365
uploadedData.settings.defaultSubtitleLanguage,
366366
);
367367
}

0 commit comments

Comments
 (0)