Sync latest dockerfile changes to aarch64 dockerfile; fix mlb typo (#89)

* Sync latest dockerfile changes; edits for build to run

* add comment to explain

* fix typo
This commit is contained in:
Nick
2022-10-11 12:55:44 -04:00
committed by GitHub
parent c270b5628b
commit 9dd5dfe180
2 changed files with 9 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ if [ "$use_lazystream" = "yes" ]; then
if [ -z "$mlb_start_channel" ]; then
mlb_args+=("2000")
else
nhl_args+=("$mlb_start_channel")
mlb_args+=("$mlb_start_channel")
fi
mlb_args+=("/playlists/lazystream/lazystream-mlb")