mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Cosmetic changes
This commit is contained in:
parent
fd7b1b9ab7
commit
f046493a00
@ -302,7 +302,6 @@ void cRecManager::SaveTimer(const cTimer *t, cTimer newTimerSettings) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool cRecManager::IsRecorded(const cEvent *event) {
|
bool cRecManager::IsRecorded(const cEvent *event) {
|
||||||
#if VDRVERSNUM >= 20301
|
#if VDRVERSNUM >= 20301
|
||||||
LOCK_TIMERS_WRITE;
|
LOCK_TIMERS_WRITE;
|
||||||
@ -589,7 +588,7 @@ void cRecManager::DeleteSearchTimer(cTVGuideSearchTimer *searchTimer, bool delTi
|
|||||||
timers = &Timers;
|
timers = &Timers;
|
||||||
#endif
|
#endif
|
||||||
cTimer *timer = timers->First();
|
cTimer *timer = timers->First();
|
||||||
while(timer) {
|
while (timer) {
|
||||||
if (!timer->Recording()) {
|
if (!timer->Recording()) {
|
||||||
char* searchID = GetAuxValue(timer, "s-id");
|
char* searchID = GetAuxValue(timer, "s-id");
|
||||||
if (searchID) {
|
if (searchID) {
|
||||||
|
Loading…
Reference in New Issue
Block a user