diff --git a/devices.go b/devices.go index cffd778..6ab01a8 100644 --- a/devices.go +++ b/devices.go @@ -105,7 +105,7 @@ func (d Device) IsCamera() bool { switch(d.DeviceType) { case DeviceTypeCamera, - DeviceTypeArloQ, + DeviceTypeArloQ: return true } return false