Files
projects/Dockers/self-hosted-iptv/data/channels.json.example
T
Bram db39c420c0
Build and Push Docker Images / build-and-push (push) Failing after 50s
lets try this
2026-02-10 23:44:22 +01:00

15 lines
293 B
JSON

{
"channels": [
{
"id": "comedy",
"name": "Comedy",
"paths": ["movies", "series/The Office", "series/Parks and Recreation"]
},
{
"id": "drama",
"name": "Drama",
"paths": ["movies", "series/Breaking Bad", "series/Better Call Saul"]
}
]
}