Skip to content

Commit

Permalink
Fix Mokuro instant export not working
Browse files Browse the repository at this point in the history
  • Loading branch information
arianneorpilla committed Apr 5, 2023
1 parent b6d1a3b commit fb39ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yuuna/lib/src/creator/actions/instant_export_action.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class InstantExportAction extends QuickAction {
appModel: appModel,
item: appModel.getCurrentMediaItem()!,
options: appModel.currentSubtitleOptions!.value,
data: mediaSource.currentExtraData,
);
},
);
Expand Down

0 comments on commit fb39ca9

Please sign in to comment.