From ed399be71a13f698761ea281b2936671d7c8750a Mon Sep 17 00:00:00 2001 From: Pirates IRC <98669745+PiratesIRC@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:23:11 -0500 Subject: [PATCH] [iptv-checker] Bump to 1.26.2402308 Fixes a cron expression containing a list of values, such as "0 0,8,16 * * *", being rejected as invalid when the schedule was saved. Reported as issue 27 on the plugin repository. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01QW2etoBCFfuYpsMzyhaCZj --- plugins/iptv-checker/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/iptv-checker/plugin.json b/plugins/iptv-checker/plugin.json index 926403b4..8c42ecd9 100644 --- a/plugins/iptv-checker/plugin.json +++ b/plugins/iptv-checker/plugin.json @@ -1,6 +1,6 @@ { "name": "IPTV Checker", - "version": "1.26.2201040", + "version": "1.26.2402308", "description": "Check IPTV stream status and quality with ffprobe, then rename, move, restore or delete channels based on the result. Judges a channel by all of its streams, so a working backup never marks it dead.", "author": "PiratesIRC", "license": "MIT",