Skip to content

Move tv, add radio channels #2

@kalehrl

Description

@kalehrl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions