* #11942: dbus: always notify client when recording playback stopped

This commit is contained in:
Tristan Matthews
2013-07-03 14:18:04 -04:00
parent f3ef185c83
commit 3b2142540b

View File

@ -2159,6 +2159,7 @@ void ManagerImpl::stopRecordedFilePlayback(const std::string& filepath)
sfl::ScopedLock m(toneMutex_);
audiofile_.reset();
}
dbus_.getCallManager()->recordPlaybackStopped(filepath);
}
void ManagerImpl::setHistoryLimit(int days)