Skip to content

Commit

Permalink
Set from old track (#4395)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellebrier committed Nov 23, 2022
1 parent 0b3263d commit c5788d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions discovery-provider/src/tasks/entity_manager/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ def copy_track_record(
route_id=old_track.route_id,
stem_of=old_track.stem_of,
remix_of=old_track.remix_of,
slot=old_track.slot,
is_premium=old_track.is_premium,
premium_conditions=old_track.premium_conditions,
is_available=old_track.is_available,
is_delete=old_track.is_delete,
created_at=old_track.created_at,
Expand Down

0 comments on commit c5788d9

Please sign in to comment.