Opened 16 years ago
Closed 16 years ago
#6549 closed enhancement (fixed)
Add channel name to upcoming ical
Reported by: | marcusbrutus | Owned by: | Rob Smith |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythWeb | Version: | head |
Severity: | low | Keywords: | ical upcoming channel |
Cc: | Ticket locked: | no |
Description
After trying this feature out, the only issue I had was determining "where" I should be watching a show ... err ... I mean on what channel. To fix this, simply add the channel name as a location! (Sounds simple enough). Can confirm this works (tested with horde/kronolith).
Add this to the shows for-loop:
$event->setProperty('location', $show->channel->callsign);
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [21084]) Fixes #6549, this adds in the channel callsign as the location for ical events