Changeset 4337
- Timestamp:
- 03/16/10 23:23:15 (6 months ago)
- Location:
- trunk/tvheadend
- Files:
-
- 2 modified
-
debian/changelog (modified) (1 diff)
-
src/dvr/dvr_autorec.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tvheadend/debian/changelog
r4334 r4337 18 18 * Add parsing of episode information from XMLTV and display it in the 19 19 WebUI EPG 20 21 * A bug caused the 'Automatic Recorder' tab grid not to reload 22 entries upon external change (Such as when a channel got deleted 23 or when a new auto recording was created from the EPG view). This 24 is now fixed. 20 25 21 26 hts-tvheadend (2.10) hts; urgency=high -
trunk/tvheadend/src/dvr/dvr_autorec.c
r4336 r4337 426 426 427 427 m = htsmsg_create_map(); 428 htsmsg_add_u32(m, " asyncreload", 1);428 htsmsg_add_u32(m, "reload", 1); 429 429 notify_by_msg("autorec", m); 430 430 … … 482 482 /* Notify web clients that we have messed with the tables */ 483 483 m = htsmsg_create_map(); 484 htsmsg_add_u32(m, " asyncreload", 1);484 htsmsg_add_u32(m, "reload", 1); 485 485 notify_by_msg("autorec", m); 486 486 }