mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
refactor: remove stop as a possible end action
This commit is contained in:
@@ -2,5 +2,4 @@ export enum EndAction {
|
||||
LoadNext = 'load-next',
|
||||
None = 'none',
|
||||
PlayNext = 'play-next',
|
||||
Stop = 'stop',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user