Skip to content
Snippets Groups Projects
Commit c7c21555 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Hugo Beauzée-Luyssen
Browse files

qt: correctly handle thumbnail generation signal

parent 2abaa433
No related branches found
No related tags found
1 merge request!1397qt: correctly handle thumbnail generation signal
Pipeline #191415 passed with stage
in 52 minutes and 5 seconds
......@@ -229,7 +229,7 @@ void MLBaseModel::onVlcMlEvent(const MLEvent &event)
QString mrl;
if (event.media_thumbnail_generated.b_success)
{
QString thumbnail = qfu(event.media_thumbnail_generated.psz_mrl);
mrl = qfu(event.media_thumbnail_generated.psz_mrl);
status = event.media_thumbnail_generated.i_status;
}
thumbnailUpdated(index(row), item, mrl, status);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment