add default loop mode option

This commit is contained in:
torcado194 2022-09-18 17:12:08 -04:00
parent 6aad3e583e
commit 504f7ab0e7
2 changed files with 36 additions and 10 deletions

View file

@ -100,6 +100,14 @@ And that's it! you can upload the files to your website, or zip them up and uplo
`theme` (optional)
> An object containing theme settings and colors
\
`loopModeDefault` (optional)
> The type of loop mode to start with.
> Can be set to one of:
> - `"none"` (no looping) (default)
> - `"playlist"` (after the last track ends, start playing the first track)
> - `"track"` (loop the same selected track repeatedly)
-----
**media entry options**