1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 16:56:46 +01:00

turn on volume when video plays

This commit is contained in:
Alex 2024-08-29 15:03:01 -05:00 committed by mertalev
parent 9c470def18
commit 5e8ee6dc5f
No known key found for this signature in database
GPG key ID: CA85EF6600C9E8AD
2 changed files with 3 additions and 2 deletions

View file

@ -147,6 +147,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
void onPlaybackReady() {
controller.value?.play();
controller.value?.setVolume(0.9);
}
void onPlaybackPositionChanged() {

View file

@ -1761,10 +1761,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
url: "https://pub.dev"
source: hosted
version: "14.2.5"
version: "14.2.4"
wakelock_plus:
dependency: "direct main"
description: