engine/inc/FeedEngine.h
changeset 93 c2f1ea38ec70
parent 83 a2e43aa1ad11
child 121 45e21fd808cd
--- a/engine/inc/FeedEngine.h	Thu Apr 29 11:55:32 2010 +0100
+++ b/engine/inc/FeedEngine.h	Thu May 13 13:56:05 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;