|
@@ -120,7 +120,7 @@ function watchUpdateCurrentScenEexplanation(data) {
|
|
|
if (currentExplanation) {
|
|
|
store.dispatch("audio/initExplanationBGM", {
|
|
|
url: currentExplanation.audioUrl,
|
|
|
- repeat: currentExplanation.repeat,
|
|
|
+ repeat: currentExplanation.playRepeat,
|
|
|
isAuto: currentExplanation.openByDefault,
|
|
|
});
|
|
|
} else {
|