diff -r 70749e2f572d -r c2f1ea38ec70 engine/inc/FeedEngine.h --- 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 iObservers; - TBool iCatchupMode; - TUint iCatchupCounter; + // new feeds only add one show to download list when auto downloading + TBool newFeed; + TUint showsAdded; sqlite3& iDB;