Hi. Currently, your Move tv handles tv channels and radio channels are omitted.
Radio channels are handled like this:
url = "https://api2.mts-si.tv/api/v2/content/radio/source/get"
payload = {
"customerId": CUSTOMER_ID,
"customerProfileId": PROFILE_ID,
"radioId": int(radio_id),
"dtype": 1
}
Instead of liveId, radioId is used for radio channels.
Hi. Currently, your Move tv handles tv channels and radio channels are omitted.
Radio channels are handled like this:
Instead of liveId, radioId is used for radio channels.