mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-10 04:12:29 +03:00
Don't skip to the next song when there is an streaming error
This commit is contained in:
parent
3a6639f820
commit
09267d2ffd
@ -20,6 +20,7 @@ const Player = () => {
|
|||||||
autoPlay: false,
|
autoPlay: false,
|
||||||
preload: true,
|
preload: true,
|
||||||
autoPlayInitLoadPlayList: true,
|
autoPlayInitLoadPlayList: true,
|
||||||
|
loadAudioErrorPlayNext: false,
|
||||||
clearPriorAudioLists: false,
|
clearPriorAudioLists: false,
|
||||||
showDestroy: false,
|
showDestroy: false,
|
||||||
showDownload: false,
|
showDownload: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user