summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playerwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/playerwidget.cpp b/playerwidget.cpp
index a633fbd..366ca78 100644
--- a/playerwidget.cpp
+++ b/playerwidget.cpp
@@ -883,7 +883,6 @@ void PlayerWidget::doModelChanged(){
}
void PlayerWidget::viewDoubleClicked(const QModelIndex &idx){
- mPlayer->stop();
const QStandardItemModel *model = static_cast<const QStandardItemModel*>(idx.model());
if(model == mViewModel || model == mSearchModel){
addToPlayList();