Skip to content

Commit 8710a1f

Browse files
committed
Postal Code not required except OTA
1 parent 9b84599 commit 8710a1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ I also *somewhat* maintain a version of the original in the [historical-perl bra
1212

1313
# (2025-08-07)
1414

15+
* `--postalCode` not required as long as Country and lineup Id correct except Over the Air
1516
* Moved `<date>` above `<category>` to match original Perl output. Corrected where Movie Release Year is properly displayed.
1617
* Added `<length>` tag.
1718
* Updated channel logo no longer has fixed width so can display in better quality

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function getConfig() {
7676
process.argv
7777
.find((arg) => arg.startsWith("--postalCode="))
7878
?.split("=")[1] ||
79-
"30309",
79+
"-",
8080
pref:
8181
process.env["PREF"] ||
8282
process.argv.find((arg) => arg.startsWith("--pref="))?.split("=")[1] ||

0 commit comments

Comments
 (0)