Files
iSponsorBlockTV/config.json.template
ANIMATEK fd6b7cb43a Update config.json.template
Correct the error syntax from `autoplay` to the actual variable `auto_play`
2024-07-14 11:09:41 +02:00

23 lines
387 B
Plaintext

{
"devices": [
{
"screen_id": "",
"name": "YouTube on TV",
"offset": 0
}
],
"skip_categories": [
"sponsor"
],
"skip_count_tracking": true,
"mute_ads": true,
"skip_ads": true,
"auto_play": true,
"apikey": "",
"channel_whitelist": [
{"id": "",
"name": ""
}
]
}