Skip to content

Commit

Permalink
[QA-1241] Fix hidden track add to playlist allowing non hidden items (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DejayJD committed May 3, 2024
1 parent 4c95031 commit dafaa21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/components/track/GiantTrackTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ export const GiantTrackTile = ({
includeFavorite: false,
includeTrackPage: false,
isArtistPick,
isUnlisted,
includeEmbed: !(isUnlisted || isStreamGated),
includeArtistPick: !isUnlisted,
includeAddToAlbum: isOwner,
Expand Down

0 comments on commit dafaa21

Please sign in to comment.