Skip to content

Commit 69e76c7

Browse files
authored
[PAY-3276] No scheduled playlists (#9312)
1 parent 91197d4 commit 69e76c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mobile/src/components/edit/VisibilityField/VisibilityScreen.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ export const VisibilityScreen = () => {
124124
disabled={!isEditableAccessEnabled && initiallyPublic}
125125
/>
126126
{!initiallyPublic &&
127-
(entityType === 'track' || isPaidScheduledEnabled) ? (
127+
(entityType === 'track' ||
128+
(isPaidScheduledEnabled && entityType === 'album')) ? (
128129
<ExpandableRadio
129130
value='scheduled'
130131
label={messages.scheduledRelease}

0 commit comments

Comments
 (0)