Skip to content

Commit

Permalink
Merge pull request #3651 from nextcloud/fix/files-icon
Browse files Browse the repository at this point in the history
fix: add mount type to node info
  • Loading branch information
provokateurin authored Mar 1, 2025
2 parents bdbc05a + 75f7dd5 commit d5a0729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/groupfolders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ const resultToNode = function(node: FileStat): File | Folder {
attributes: {
...node,
...node.props,
previewUrl,
'mount-type': 'group',
mountPoint,
previewUrl,
},
}

Expand Down

0 comments on commit d5a0729

Please sign in to comment.