Skip to content

Commit

Permalink
includ_new_tracks_in_filters
Browse files Browse the repository at this point in the history
  • Loading branch information
l-moamen authored Nov 8, 2024
1 parent d67516e commit 922bd37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def filter_tracks(self, tracks: DataFrame) -> DataFrame:
self.remove_ambient_music,
self.remove_children_music)

return tracks.join(cleaned_tracks, c.TRACK_GROUP)
return tracks.join(cleaned_tracks, c.TRACK_GROUP, how="left")

@staticmethod
def apply_filters(category_filters: DataFrame,
Expand Down

0 comments on commit 922bd37

Please sign in to comment.