1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

It's funny, looking at a few likely commits doesn't show when this line

disappeared, but, it did. Fixes scanning never finishing
This commit is contained in:
Jeff Mitchell 2011-10-20 13:47:00 -04:00
parent 4107c01ad1
commit f24a25b370

View File

@ -211,6 +211,8 @@ MusicScanner::listerFinished()
delete m_dirListerThreadController;
m_dirListerThreadController = 0;
}
emit finished();
}