equal
deleted
inserted
replaced
432 iShowEngine->GetShowsDownloadingL(iActiveShowList); |
432 iShowEngine->GetShowsDownloadingL(iActiveShowList); |
433 } |
433 } |
434 |
434 |
435 EXPORT_C void CPodcastModel::GetShowsByFeedL(TUint aFeedUid) |
435 EXPORT_C void CPodcastModel::GetShowsByFeedL(TUint aFeedUid) |
436 { |
436 { |
437 DP1("iActiveShowList.Count()=%d", iActiveShowList.Count()); |
|
438 iActiveShowList.ResetAndDestroy(); |
437 iActiveShowList.ResetAndDestroy(); |
439 iShowEngine->GetShowsByFeedL(iActiveShowList, aFeedUid); |
438 iShowEngine->GetShowsByFeedL(iActiveShowList, aFeedUid); |
440 } |
439 } |
441 |
440 |
442 EXPORT_C void CPodcastModel::MarkSelectionPlayedL() |
441 EXPORT_C void CPodcastModel::MarkSelectionPlayedL() |