Skip to content

Commit

Permalink
properly set genres for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lucat1 committed Dec 9, 2023
1 parent bf2e90c commit a0a2cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/import/search_result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ impl From<musicbrainz::Release> for SearchResult {
});
release_genres.push(entity::GenreRelease {
genre_id: id,
release_id: track.id,
release_id: release.id,
});
}

Expand Down

0 comments on commit a0a2cd7

Please sign in to comment.