do not remove movie by default in light playlist update
Stefan Schuermans

Stefan Schuermans commited on 2011-11-13 19:58:32
Showing 1 changed files, with 0 additions and 3 deletions.

... ...
@@ -109,9 +109,6 @@ void Player::updatePlaylistLight()
109 109
         ++m_curEntry;
110 110
         bCurChg = true;
111 111
       }
112
-      // remove entry
113
-      itEntry->freeMovie();
114
-      itEntry = m_playlist.erase(itEntry);
115 112
       // re-load entry
116 113
       itEntry->freeMovie();
117 114
       if (!itEntry->loadMovie()) {
118 115