Skip to content

Commit

Permalink
Fix: remove webradio with to many errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Dec 19, 2024
1 parent b423ef0 commit 9e3df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ check_stream_all_json() {
ERROR_COUNT=$((ERROR_COUNT+1))
if [ "$ERROR_COUNT" -gt 14 ]
then
local M3U_NAME=$(trim_ext "$M3U")
local M3U_NAME=$(trim_ext "$M3U" "m3u")
echo ""
echo "Error count too high, removing $M3U_NAME"
delete_radio_by_m3u "$M3U_NAME"
Expand Down

0 comments on commit 9e3df39

Please sign in to comment.