-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LB-1411: Add mediums to release group metadata cache #2684
Conversation
Hello @amCap1712! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-01-06 12:41:35 UTC |
ujson.dumps({"release_mbid": str(row["recordings_release_mbid"]), "recordings": recordings})) | ||
ujson.dumps({ | ||
"release_mbid": str(row["recordings_release_mbid"]), | ||
"recordings": all_recordings, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recordings are stored twice in release group metadata cache at the moment for backward compatibility, this can be removed as soon as this PR is deployed to production.
2ab9b51
to
4b40671
Compare
7fef108
to
2a1208f
Compare
9959dc5
to
1818e2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Front-end parts look good!
I haven't run this locally, perhaps at the appropriate moment we can deploy it to test.LB to check with some live data
Store mediums in release group metadata cache so that tracklists for releases with multiple discs are displayed properly.
1818e2e
to
1636c37
Compare
Store mediums in release group metadata cache so that tracklists for releases with multiple discs are displayed properly.