From 2ab1fd161b64ad3cdf87bf8bf0be78d42f69157c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 19 Jan 2016 07:42:23 +0000 Subject: added feature to refresh playlist git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6060 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/playlistmodel.cpp') diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp index fc8824fe4..bc0d057a8 100644 --- a/src/qmmpui/playlistmodel.cpp +++ b/src/qmmpui/playlistmodel.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright(C) 2006-2015 by Ilya Kotov * + * Copyright(C) 2006-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -900,7 +900,8 @@ void PlayListModel::onTaskFinished() emit sortingByColumnFinished(m_task->column(), m_task->isReverted()); } else if(m_task->type() == PlayListTask::REMOVE_INVALID - || m_task->type() == PlayListTask::REMOVE_DUPLICATES) + || m_task->type() == PlayListTask::REMOVE_DUPLICATES + || m_task->type() == PlayListTask::REFRESH) { PlayListTrack *prev_current_track = m_current_track; bool prev_count = m_container->count(); -- cgit v1.2.3-13-gbd6f