mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3793] Minor fix to allow leading numbers in iptv channel names #9694
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3793
State: closed
Merged: No
Changes
GetChannelName removed '3+' as SatIP channel number from the name '3+ HD' due to NumberStyles.Any. I detected this issue with the following channel names: '3+ HD', '4+ HD', '5+ HD', '6+ HD' and '5 USA' already mentioned in GetChannelNumber.
Checking for tvg-chno and NumberStyles.Float should fix these cases.