[iptv-checker] Bump to 1.26.2402308 - #260
Merged
dispatcharr-plugins-bot[bot] merged 1 commit intoAug 28, 2026
Merged
Conversation
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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QW2etoBCFfuYpsMzyhaCZj
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Release artifact | ✅ | Artifact reachable at resolved URL |
| Maintainers | ✅ | PiratesIRC |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 1.26.2402308 |
| Version bump | ✅ | 1.26.2201040 → 1.26.2402308 |
View release v1.26.2402308 on GitHub · Compare v1.26.2201040...v1.26.2402308
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
Other plugins by PiratesIRC in this repository (7)
| Plugin | Slug | Version |
|---|---|---|
| Channel Mapparr | channel-mapparr |
1.26.2291823 |
| Dustarr | dustarr |
1.26.2362242 |
| EPG Janitor | epg-janitor |
1.26.2281111 |
| Event Channel Managarr | event-channel-managarr |
1.26.2351639 |
| Lineuparr | lineuparr |
1.26.2291211 |
| Newsflasharr | newsflasharr |
1.26.2241159 |
| Stream-Mapparr | stream-mapparr |
1.26.2241602 |
dispatcharr-plugins-bot
Bot
merged commit Aug 28, 2026
f1f0426
into
Dispatcharr:main
10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the IPTV Checker listing to 1.26.2402308.
This release fixes a cron expression containing a list of values, for example
0 0,8,16 * * *, being rejected as an invalid format when the schedule was saved. The setting accepts several cron expressions, and the separator was a comma, which is also legal inside a single cron field. The parser split on every comma before validating, so one valid expression was broken into fragments. It now splits on a semicolon or a newline first and takes a complete five field expression whole, with the comma still working as a separator so existing saved schedules are unaffected.Reported as issue 27 on the plugin repository.
The listing is external. The archive is the GitHub release asset for tag
v1.26.2402308, and the substitutedsource_urlwas confirmed to return HTTP 200 before opening this pull request.