From 5f6c56f9b630ef18d5c8808569fc11ca82313e88 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Wed, 1 Oct 2008 20:34:13 +0200 Subject: Two events with both empty episode names are now handled different within the feature 'Avoid repeats'. --- recdone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recdone.c') diff --git a/recdone.c b/recdone.c index 11a195d..790b212 100644 --- a/recdone.c +++ b/recdone.c @@ -295,7 +295,7 @@ int cRecsDone::GetCountRecordings(const cEvent* event, bool compareTitle, bool c } if ((!compareTitle || rTitle == eTitle) && - (!compareSubtitle || rSubtitle == eSubtitle) && + (!compareSubtitle || (rSubtitle == eSubtitle && rSubtitle !="")) && (!compareSummary || DescriptionMatches(eRawDescr.c_str(), rRawDescr.c_str()))) { if (catvaluesAvoidRepeat != 0) // check categories -- cgit v1.2.3