driver/record.cpp: dont show menu after timeshift stop, if timeshift record already stopped

Origin commit data
------------------
Commit: 2d683fe4c9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-29 (Wed, 29 Jan 2014)
This commit is contained in:
[CST] Focus
2014-01-29 17:19:00 +04:00
parent be73fd3a45
commit 693691124f

View File

@@ -1360,7 +1360,7 @@ void CRecordManager::StartTimeshift()
if(res)
{
CMoviePlayerGui::getInstance().exec(NULL, tmode);
if(g_settings.temp_timeshift && !g_settings.auto_timeshift)
if(g_settings.temp_timeshift && !g_settings.auto_timeshift && autoshift)
ShowMenu();
}
}