engine/inc/FeedEngine.h
changeset 84 fbb6c20a24b5
parent 65 bcd88ba95046
child 171 cc1be3797632
child 176 1c8b56cb6409
child 189 d1539f926e3e
--- a/engine/inc/FeedEngine.h	Mon May 03 16:09:50 2010 +0100
+++ b/engine/inc/FeedEngine.h	Wed May 05 10:50:52 2010 +0100
@@ -151,8 +151,9 @@
 	// observers that will receive callbacks, not owning
     RArray<MFeedEngineObserver*> iObservers;
     
-    TBool iCatchupMode;
-    TUint iCatchupCounter;
+    // new feeds only add one show to download list when auto downloading
+    TBool newFeed;
+    TUint showsAdded;
     
     sqlite3& iDB;