diff --git a/packages/frontend/assets/sounds/syuilo/pa2.mp3 b/packages/frontend/assets/sounds/syuilo/pa2.mp3 new file mode 100644 index 0000000000..919322b90d Binary files /dev/null and b/packages/frontend/assets/sounds/syuilo/pa2.mp3 differ diff --git a/packages/frontend/src/components/MkPullToRefresh.vue b/packages/frontend/src/components/MkPullToRefresh.vue index 92c2e34c31..2101c1da19 100644 --- a/packages/frontend/src/components/MkPullToRefresh.vue +++ b/packages/frontend/src/components/MkPullToRefresh.vue @@ -216,7 +216,7 @@ function moving(event: MouseEvent | TouchEvent) { * タイムアウトがないのでこれを最終的に実行しないと出たままになる */ function refreshFinished() { - sound.playUrl('/client-assets/sounds/syuilo/pa.mp3', { + sound.playUrl('/client-assets/sounds/syuilo/pa2.mp3', { volume: 1, }); closeContent().then(() => {