immosmart / smartbox

SmartTV universal library for Samsung, LG, Philips, SmartTV Aliance, STB Mag app development.
MIT License
244 stars 70 forks source link

некорректное получение модели устройства на LG #75

Closed solntcev closed 9 years ago

solntcev commented 9 years ago

platforms/lg/sb.platform.lg.js для единообразия с самсунгом нужно заменить

    this.productCode = this.device.platform;

на

    this.productCode = this.device.modelName;
PLoginoff commented 9 years ago

@solntcev Иван, можете сделать пул реквест?

solntcev commented 9 years ago

https://github.com/immosmart/smartbox/pull/77