mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
don't notify when aux timer is paused (#1003)
This commit is contained in:
committed by
GitHub
parent
a09aa922bb
commit
f43221cf7a
@@ -41,6 +41,7 @@ export class AuxTimerService {
|
||||
|
||||
@broadcastReturn
|
||||
pause() {
|
||||
this.stopInterval();
|
||||
return this.timer.pause(this.getTime());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user