15 lines
293 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|