Change schedule list to use svc.class instead of get_channel_attr_byhsvc #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":schedlist"
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?
Schedule list webif page was failing if the channel for an episode differed from the channel for the series.
This was because it was using get_channel_attr_byhsvc to retrieve the channel name and was implicitly depending on rsv.class to require findhsvc which has been removed
This has now been changed to now use the new svc.class directly
AFAIK this was the last remaining use of get_channel_attr... within the webif package
Note: Had problems with indentation, 1st attempt caused over 300 lines to be flagged as changed, 2nd attempt shows different indentation in editor and web views.
I think there must be tab expansion differences
Change scedule list to use svc.class instead of get_channel_attr_byhsvcto Change schedule list to use svc.class instead of get_channel_attr_byhsvc