Skip to content

Commit

Permalink
Allow meta operations on media filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
calind committed Aug 29, 2022
1 parent ff1268d commit 6862508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Stack/MediaFilesystem/StreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@ public function dir_readdir()
*/
public function stream_metadata($path, $option, $value)
{
return false;
// all meta operation are noop, for broader compaibility with media plugin ecosystem
return true;
}

/**
Expand Down

0 comments on commit 6862508

Please sign in to comment.