Fix crash when playlist.pls exists but not the json one
All checks were successful
ci / deploy (push) Successful in 29s
All checks were successful
ci / deploy (push) Successful in 29s
This commit is contained in:
@@ -6,6 +6,8 @@ touch /songs/playlist.pls /jingles/playlist.pls
|
|||||||
|
|
||||||
# fallback
|
# fallback
|
||||||
python /opt/je_te_met_en_pls.py /air-support
|
python /opt/je_te_met_en_pls.py /air-support
|
||||||
|
python /opt/je_te_met_en_pls.py /songs
|
||||||
|
python /opt/je_te_met_en_pls.py /jingles
|
||||||
|
|
||||||
# Start background sync process
|
# Start background sync process
|
||||||
/opt/ultrasync.sh &
|
/opt/ultrasync.sh &
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
pip3 install -U yt-dlp
|
pip3 install -U yt-dlp
|
||||||
/opt/je_te_met_en_pls.py /songs || true
|
|
||||||
/opt/je_te_met_en_pls.py /jingles || true
|
|
||||||
|
|
||||||
/opt/yt_sync.py || true
|
/opt/yt_sync.py || true
|
||||||
|
|
||||||
/opt/je_te_met_en_pls.py /songs || true
|
/opt/je_te_met_en_pls.py /songs || true
|
||||||
|
|||||||
Reference in New Issue
Block a user