I'm using the following to force a refresh of a custom source XML data
curl -XPUT http://127.0.0.1:8089/dvr/lineups/XMLTV-sourcename
I stagger the refreshes for multiple sources in a cron job.
Problem I am seeing is that all custom XML sources are refreshed, not just the one specified.
Is this a bug, or a problem/misunderstanding on my end.
Thanks.