mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 02:43:50 +00:00
refactor: remove stop as a possible end action
This commit is contained in:
committed by
Carlos Valente
parent
69eb9a5eff
commit
4ed38340e0
@@ -2,5 +2,4 @@ export enum EndAction {
|
||||
LoadNext = 'load-next',
|
||||
None = 'none',
|
||||
PlayNext = 'play-next',
|
||||
Stop = 'stop',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user