- timeshift: small renamings in timeshift action keys

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-01-15 21:32:08 +01:00
committed by Thilo Graf
parent 578b53cf65
commit d338be9526
3 changed files with 4 additions and 4 deletions

View File

@@ -428,10 +428,10 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
else if (actionKey == "timeshift") {
timeshift = TSHIFT_MODE_ON;
}
else if (actionKey == "ptimeshift") {
else if (actionKey == "timeshift_pause") {
timeshift = TSHIFT_MODE_PAUSE;
}
else if (actionKey == "rtimeshift") {
else if (actionKey == "timeshift_rewind") {
timeshift = TSHIFT_MODE_REWIND;
}
#if 0 // TODO ?