Skip to content

Commit 5180f37

Browse files
Copilotjyxjjj
andcommitted
feat: Update video player default volume from 50% to 100%
Co-authored-by: jyxjjj <16695261+jyxjjj@users.noreply.github.com>
1 parent a6eb091 commit 5180f37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/lang/en/drivers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,4 +1421,4 @@
14211421
"WoPan": "WoPan",
14221422
"YandexDisk": "YandexDisk"
14231423
}
1424-
}
1424+
}

src/pages/home/previews/aliyun_video.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const Preview = () => {
7878
id: pathname(),
7979
container: "#video-player",
8080
title: objStore.obj.name,
81-
volume: 0.5,
81+
volume: 1.0,
8282
autoplay: getSettingBool("video_autoplay"),
8383
autoSize: false,
8484
autoMini: true,

src/pages/home/previews/video.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const Preview = () => {
5353
container: "#video-player",
5454
url: objStore.raw_url,
5555
title: objStore.obj.name,
56-
volume: 0.5,
56+
volume: 1.0,
5757
autoplay: getSettingBool("video_autoplay"),
5858
autoSize: false,
5959
autoMini: true,

0 commit comments

Comments
 (0)