mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
chore: fix volume not being set after launch
This commit is contained in:
parent
6c5cab9899
commit
44418868ad
@ -9,6 +9,7 @@ class VolumeProvider extends Notifier<double> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
build() {
|
build() {
|
||||||
|
audioPlayer.setVolume(KVStoreService.volume);
|
||||||
return KVStoreService.volume;
|
return KVStoreService.volume;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user