Commit 03564f05 authored by Craig Watson's avatar Craig Watson

Fixed error displayed when podcast recorded successfully, on OSX

parent 2606c696
......@@ -91,7 +91,7 @@ void UBQuickTimeVideoEncoder::compressionFinished()
{
mLastErrorMessage = mQuickTimeCompressionSession.lastErrorMessage();
emit encodingFinished(mLastErrorMessage.length() > 0);
emit encodingFinished(mLastErrorMessage.length() == 0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment