audio block

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-08 21:01:38 +08:00
parent 0c65605ac0
commit 0cb07aef1c
10 changed files with 687 additions and 556 deletions

View File

@@ -33,6 +33,7 @@ class ShutdownTimerService {
ValueGetter<bool>? isPlaying;
Timer? _shutdownTimer;
bool get isActive => _shutdownTimer?.isActive ?? false;
int _durationInMinutes = 0;
_ShutdownType _shutdownType = .pause;