mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix: fix wasm plugin option muxWithMetadata
This commit is contained in:
parent
32b64401ea
commit
cf950a81f7
@ -33,7 +33,7 @@ export default Vue.extend({
|
||||
},
|
||||
methods: {
|
||||
saveOptions() {
|
||||
options.muxWithMetadata = this.muxExtraAssets
|
||||
options.muxWithMetadata = this.muxWithMetadata
|
||||
Object.assign(storedOptions, options)
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user