Update getManufacturer() to show "RCA" for "Thomson" in non-url mode.
This commit is contained in:
@@ -596,10 +596,13 @@ class WTVClientSessionData {
|
|||||||
else if (brandId == 7)
|
else if (brandId == 7)
|
||||||
return "Samsung";
|
return "Samsung";
|
||||||
else if (brandId == 9)
|
else if (brandId == 9)
|
||||||
if (url && romtype == "US-DTV-disk-0MB-32MB-softmodem-CPU5230")
|
if (url)
|
||||||
|
if (romtype == "US-DTV-disk-0MB-32MB-softmodem-CPU5230")
|
||||||
return "Thomson/DirecTV";
|
return "Thomson/DirecTV";
|
||||||
else
|
else
|
||||||
return "Thomson";
|
return "Thomson";
|
||||||
|
else
|
||||||
|
return "RCA";
|
||||||
else
|
else
|
||||||
return "WebTV";
|
return "WebTV";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user