diff -r 56821195bd44 -r f6f9647922ba engine/src/ShowEngine.cpp --- a/engine/src/ShowEngine.cpp Mon Mar 08 20:16:56 2010 +0000 +++ b/engine/src/ShowEngine.cpp Wed Mar 10 23:26:17 2010 +0000 @@ -24,7 +24,6 @@ #include "SettingsEngine.h" #include #include -#include "SoundEngine.h" #include "debug.h" #include "PodcastUtils.h" @@ -1065,11 +1064,6 @@ if (aShowInfoArray[i]->PlayState() == EPlayed && aShowInfoArray[i]->FileName().Length() > 0) { - if (CompareShowsByUid(*(iPodcastModel.PlayingPodcast()), *(aShowInfoArray[i])) - && iPodcastModel.SoundEngine().State() != ESoundEngineNotInitialized) - { - iPodcastModel.SoundEngine().Stop(); - } BaflUtils::DeleteFile(iPodcastModel.FsSession(), aShowInfoArray[i]->FileName()); aShowInfoArray[i]->SetDownloadState(ENotDownloaded); DBUpdateShowL(*aShowInfoArray[i]);