mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
timeshift: small renamings in timeshift action keys
Origin commit data
------------------
Branch: ni/coolstream
Commit: ab38c21a03
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-15 (Tue, 15 Jan 2019)
Origin message was:
------------------
- timeshift: small renamings in timeshift action keys
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -426,10 +426,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
|
||||
|
Reference in New Issue
Block a user