diff --git a/src/common/components/ActionAlt.vue b/src/common/components/ActionAlt.vue index e8aef49..07c6f82 100644 --- a/src/common/components/ActionAlt.vue +++ b/src/common/components/ActionAlt.vue @@ -117,7 +117,7 @@ export default { data () { return { StretchType: StretchType, - AspectRatio: AspectRatio, + AspectRatioType: AspectRatioType, } }, created () { diff --git a/src/options/GeneralSettings.vue b/src/options/GeneralSettings.vue index 74e6d7a..2f4b9a2 100644 --- a/src/options/GeneralSettings.vue +++ b/src/options/GeneralSettings.vue @@ -108,7 +108,7 @@
@@ -168,7 +168,7 @@ export default { return { StretchType: StretchType, ExtensionMode: ExtensionMode, - VideoAlignment: VideoAlignment, + VideoAlignmentType: VideoAlignmentType, stretchThreshold: 0, corruptedSettingsError: false, downloadPermissionError: false, @@ -198,7 +198,7 @@ export default { if (!newThreshold || isNaN(newThreshold)) { return; } - this.settings.active.StretchType.conditionalDifferencePercent = newThreshold; + this.settings.active.stretch.conditionalDifferencePercent = newThreshold; this.settings.save(); }, resetSettings() {