Limit box art fetching to a single thread to improve UI responsiveness

This commit is contained in:
Cameron Gutman
2018-09-07 17:02:52 -07:00
parent f1d117d5d7
commit fae98eb13a
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ private:
getFilePathForBoxArt(NvComputer* computer, int appId);
QDir m_BoxArtDir;
QThreadPool m_ThreadPool;
};
class NetworkBoxArtLoadTask : public QObject, public QRunnable