adamsutton / tvheadend

Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
http://www.lonelycoder.com/hts/tvheadend_overview.html
Other
18 stars 5 forks source link

Cannot delete satconfig #58

Closed clandmeter closed 10 years ago

clandmeter commented 10 years ago

Not sure i'm doing something wrong here. If i do, i would like to be told what if ui doesn't respond to my actions.

adamsutton commented 10 years ago

I've probably forgotten to add the hooks on the server side to handle the deletion!

adamsutton commented 10 years ago

@clandmeter delete handler was missing, so server side didn't do anything when requested (but no error was returned, since no error occurred). I've added the delete handler, it should now delete, hopefully I've not missed some condition that will cause it to crash or leak (probably!).