diff -r 3c0683f9f72c -r 3a22449b5c73 engine/src/ShowEngine.cpp --- a/engine/src/ShowEngine.cpp Wed Mar 10 10:50:53 2010 +0000 +++ b/engine/src/ShowEngine.cpp Fri Mar 12 09:53:46 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]);