mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #10323] Allow repeated same tv guide channels on M3U tuner #12431
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/10323
State: closed
Merged: Yes
Fixes issue #6527
Removed the the condition that checks if a channel has an id (tv guide id), it uses it as an unique id with md5 hash.
This was kinda wrong since :
I Thought of adding a checkbox to keep old behavior at m3u tuner level but I am quite sure the condition/old behavior is not needed and was wrong/not intended.