Skip to content

Commit

Permalink
AMP-3062: allow mediaInfo view same permission as PFile read
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Nov 8, 2023
1 parent 0163857 commit ee229d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/entity/EntityList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div
class="media-player"
v-if="
baseUrl === 'file' && accessControl._primaryfile_media._read
baseUrl === 'file'
"
>
<div v-if="entity.mediaSource">
Expand Down

0 comments on commit ee229d1

Please sign in to comment.