Skip API updates during init bootstrap run

This commit is contained in:
2026-02-09 21:15:33 +11:00
parent 0ea2271823
commit ef148d73c5
2 changed files with 6 additions and 2 deletions

View File

@@ -155,6 +155,11 @@ fi
sleep 1
if [ "${bootstrap_only:-no}" = "yes" ]; then
echo "Bootstrap mode enabled, skipping xTeVe/Emby/Plex/Channels API updates."
exit 0
fi
# update xteve via API
if [ "$use_xTeveAPI" = "yes" ]; then
if xteve_internal_update_due_now; then