mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:OneDrive] fix problem of not show thumbnail of new items
This commit is contained in:
@@ -436,6 +436,8 @@ class elFinderVolumeOneDrive extends elFinderVolumeDriver
|
||||
if ($raw->thumbnails[0]->small->url) {
|
||||
$stat['tmb'] = substr($raw->thumbnails[0]->small->url, 8); // remove "https://"
|
||||
}
|
||||
} else if ($raw->file->processingMetadata) {
|
||||
$stat['tmb'] = '1';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user