Skip to content

Commit

Permalink
[playlists] allow supervisor to save playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoPennec committed Nov 3, 2023
1 parent 20f1770 commit cd6fcc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pages/playlists/PlaylistPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
class="playlist-button flexrow-item"
:title="$t('playlists.actions.save_playlist')"
icon="save"
v-if="isCurrentUserManager && tempMode"
v-if="(isCurrentUserManager || isCurrentUserSupervisor) && tempMode"
/>
<div
class="flexrow"
Expand Down Expand Up @@ -984,6 +984,7 @@ export default {
'isCurrentUserArtist',
'isCurrentUserClient',
'isCurrentUserManager',
'isCurrentUserSupervisor',
'isTVShow',
'organisation',
'previewFileMap',
Expand Down

0 comments on commit cd6fcc7

Please sign in to comment.