Fixed resumeMode sometimes defaulting to true instead of false.

This commit is contained in:
Thulinma 2016-04-29 13:22:59 +02:00
parent 9e8b07cbfc
commit 760ccaa00a

View file

@ -136,6 +136,7 @@ namespace Mist {
segmentSize = 5000; segmentSize = 5000;
hasPush = false; hasPush = false;
recordingPid = -1; recordingPid = -1;
resumeMode = false;
} }
inputBuffer::~inputBuffer(){ inputBuffer::~inputBuffer(){