File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ I also *somewhat* maintain a version of the original in the [historical-perl bra
12
12
13
13
# (2025-08-07)
14
14
15
+ * ` --postalCode ` not required as long as Country and lineup Id correct except Over the Air
15
16
* Moved ` <date> ` above ` <category> ` to match original Perl output. Corrected where Movie Release Year is properly displayed.
16
17
* Added ` <length> ` tag.
17
18
* Updated channel logo no longer has fixed width so can display in better quality
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export function getConfig() {
76
76
process . argv
77
77
. find ( ( arg ) => arg . startsWith ( "--postalCode=" ) )
78
78
?. split ( "=" ) [ 1 ] ||
79
- "30309 " ,
79
+ "- " ,
80
80
pref :
81
81
process . env [ "PREF" ] ||
82
82
process . argv . find ( ( arg ) => arg . startsWith ( "--pref=" ) ) ?. split ( "=" ) [ 1 ] ||
You can’t perform that action at this time.
0 commit comments