Skip to content

Commit

Permalink
[C-5505] Fix default track field visibility (#10702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Shanks authored Dec 12, 2024
1 parent bd0c8ea commit 7c654dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web/src/common/store/cache/tracks/utils/reformat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ const setFieldVisibility = <T extends TrackMetadata>(track: T) => {
mood: true,
tags: true,
share: true,
play_count: true
play_count: true,
remixes: true
}
}
}
Expand Down

0 comments on commit 7c654dc

Please sign in to comment.