mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- timeshift: small renamings in timeshift action keys
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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 ?
|
||||
|
Reference in New Issue
Block a user