faster gallery thumbnails

This commit is contained in:
uncor3
2026-01-04 22:17:16 +00:00
parent b77788f492
commit d7ebf06709
+2 -2
View File
@@ -505,8 +505,8 @@ void GalleryWidget::setControlsEnabled(bool enabled)
QIcon GalleryWidget::loadAlbumThumbnail(const QString &albumPath)
{
// Get album directory contents
AFCFileTree albumTree =
ServiceManager::safeGetFileTree(m_device, albumPath.toStdString());
AFCFileTree albumTree = ServiceManager::safeGetFileTree(
m_device, albumPath.toStdString(), false);
if (!albumTree.success) {
qDebug() << "Failed to read album directory:" << albumPath;