Fix rec-arm disable
This broke in 91f9561958, when the condition for clip
recording was added.
This commit is contained in:
@@ -334,7 +334,7 @@ Track::prep_record_enabled (bool yn)
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (!can_be_record_enabled()) {
|
||||
if (yn && !can_be_record_enabled()) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user