Yesterday, 02:07 PM
(Yesterday, 12:47 AM)brianjmurrell Wrote: I have this problem as well. The user adding/deleting tuners definitely has the permission to do so but there is no 3-button menu with a delete item or a trashcan or anything of the sort on the list of tuners.
Had the same issue. I made an API key and used cURL (on Windows, but you can install cURL anywhere)
Code:
curl.exe -v -H "Authorization: MediaBrowser Token=YOUR-API-KEY" -X DELETE http://YOUR-HOST/LiveTv/TunerHosts?id=TUNER-ID-HEREYou can find the id= parameter by clicking on the tuner in the webUI.
