mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 00:03:28 +02:00
Updating to latest device db.
This commit is contained in:
@@ -38,7 +38,7 @@ datautil.applyData = function(device) {
|
||||
if (match) {
|
||||
device.name = match.name.id
|
||||
device.releasedAt = match.date
|
||||
device.image = model + '.jpg'
|
||||
device.image = model + '.jpg' // TODO: check for icon/photo file existence
|
||||
device.cpu = match.cpu
|
||||
device.memory = match.memory
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user