mpserviceplugins/mpxsqlitepodcastdbplugin/src/mpxpodcastdbhandler.cpp
changeset 34 2c5162224003
parent 22 ecf06a08d4d9
child 59 cd9e40a08dda
equal deleted inserted replaced
22:ecf06a08d4d9 34:2c5162224003
  1209             iDbAuxiliary->SetSaveDeletedRecordCountL(drive,++savedDeletedDriveRecordCount);
  1209             iDbAuxiliary->SetSaveDeletedRecordCountL(drive,++savedDeletedDriveRecordCount);
  1210             }
  1210             }
  1211         }
  1211         }
  1212 #endif
  1212 #endif
  1213 
  1213 
  1214     // delete the episode
  1214     // delete the episode 
  1215     iDbPodcast->DeleteEpisodeL(aEpisodeId, aUriArray, aItemChangedMessages, deleteRecord);
  1215 	// IsAdd is passed EFalse to ensure the episode count will be decremented
       
  1216     iDbPodcast->DeleteEpisodeL(aEpisodeId, aUriArray, aItemChangedMessages, EFalse, deleteRecord);
  1216     }
  1217     }
  1217 
  1218 
  1218 // ----------------------------------------------------------------------------
  1219 // ----------------------------------------------------------------------------
  1219 // CMPXPodcastDbHandler::DoRemoveEpisodesMatchingCategoryL
  1220 // CMPXPodcastDbHandler::DoRemoveEpisodesMatchingCategoryL
  1220 // ----------------------------------------------------------------------------
  1221 // ----------------------------------------------------------------------------