Skip to content

Commit ec0a522

Browse files
committed
Rename Next to Next & NextStar
1 parent fa9ff62 commit ec0a522

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Parser/Device/AbstractDeviceParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ abstract class AbstractDeviceParser extends AbstractParser
10751075
'NTT' => 'NTT West',
10761076
'4N' => 'NextTab',
10771077
'NEX' => 'NEXT',
1078-
'NE1' => 'Next',
1078+
'NST' => 'Next & NextStar',
10791079
'NJO' => 'nJoy',
10801080
'NG' => 'NGM',
10811081
'NZ' => 'NG Optics',

Tests/fixtures/tv-2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6620,7 +6620,7 @@
66206620
version: 3.0.14
66216621
device:
66226622
type: tv
6623-
brand: Next
6623+
brand: 'Next & NextStar'
66246624
model: 2000 HD Plus
66256625
os_family: Unknown
66266626
browser_family: Unknown
@@ -6633,7 +6633,7 @@
66336633
version: 3.0.14
66346634
device:
66356635
type: tv
6636-
brand: Next
6636+
brand: 'Next & NextStar'
66376637
model: 2000 WiFi
66386638
os_family: Unknown
66396639
browser_family: Unknown
@@ -6646,7 +6646,7 @@
66466646
version: 3.0.14
66476647
device:
66486648
type: tv
6649-
brand: Next
6649+
brand: 'Next & NextStar'
66506650
model: "2071"
66516651
os_family: Unknown
66526652
browser_family: Unknown

regexes/device/mobiles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36377,8 +36377,8 @@ NEXT:
3637736377
device: 'smartphone'
3637836378
model: '$1'
3637936379

36380-
# Next (https://www.next.com.tr/)
36381-
Next:
36380+
# Next & NextStar (https://www.next.com.tr/)
36381+
'Next & NextStar':
3638236382
regex: '^NEXT '
3638336383
device: 'tv'
3638436384
models:

0 commit comments

Comments
 (0)