Fixed resumeMode sometimes defaulting to true instead of false.
This commit is contained in:
parent
9e8b07cbfc
commit
760ccaa00a
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ namespace Mist {
|
||||||
segmentSize = 5000;
|
segmentSize = 5000;
|
||||||
hasPush = false;
|
hasPush = false;
|
||||||
recordingPid = -1;
|
recordingPid = -1;
|
||||||
|
resumeMode = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
inputBuffer::~inputBuffer(){
|
inputBuffer::~inputBuffer(){
|
||||||
|
|
Loading…
Add table
Reference in a new issue