refactor: remove stop as a possible end action

This commit is contained in:
Carlos Valente
2025-03-23 22:01:33 +01:00
parent dbf8eeb7fb
commit dda165bfd7
6 changed files with 3 additions and 12 deletions
@@ -2,5 +2,4 @@ export enum EndAction {
LoadNext = 'load-next',
None = 'none',
PlayNext = 'play-next',
Stop = 'stop',
}