Remove default stream list endpoint

This commit is contained in:
Max Goodhart
2020-12-19 22:54:25 -08:00
parent dbe63c6aef
commit 441897ad3e
2 changed files with 3 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ function parseArgs() {
.option('data.json-url', {
describe: 'Fetch streams from the specified URL(s)',
array: true,
default: ['https://woke.net/api/streams.json'],
default: [],
})
.option('data.toml-file', {
describe: 'Fetch streams from the specified file(s)',