
gnassas at mac
Apr 16, 2012, 8:24 PM
Views: 262
Permalink
|
|
delete_recording & the rerecord option
|
|
Hi, I'm putting together the trivial patch to allow rerecording when deleting a recording using the http services api. Problem is there are two handlers for DELETE_RECORDING: one in MainServer::ProcessRequestWork which recognizes the rerecord option, and one in MainServer::customEvent which does not. The services api calls customEvent which rejects the "FORGET" keyword. So, what's going on here? More important is how to fix it. I can correct the customEvent piece but I suspect the better choice is to remove it and have the logic fall through to the other function assuming that's how it works. Wise counsel requested. - George _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-dev
|