mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
BugFix: fail DeviceSource if not plugged
This commit is contained in:
@@ -469,6 +469,7 @@ void DeviceSource::setDevice(const std::string &devicename)
|
||||
ready_ = false;
|
||||
}
|
||||
else {
|
||||
unplugged_ = true;
|
||||
Log::Warning("No such device '%s'", device_.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user