Skip to content

should fix #69 and make the library album view load quicker#72

Merged
semohr merged 2 commits intomainfrom
rc1_fix_69_all_albums_lib_view
Jun 10, 2025
Merged

should fix #69 and make the library album view load quicker#72
semohr merged 2 commits intomainfrom
rc1_fix_69_all_albums_lib_view

Conversation

@pSpitzner
Copy link
Owner

No description provided.

Copy link
Collaborator

@semohr semohr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This JS warning in frontend/src/routes/library/(resources)/album.$albumId.route.tsx is legit. Lets remove the unused artQueryOptions import here and merge #74 to catch this properly next time.


out["path"] = beets_util.displayable_path(album.path)
try:
out["path"] = beets_util.displayable_path(album.path)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to think about if we want to include the path anyways. As this always triggers a item lookup i.e. db join and is quite inefficient.

At least for minimal returns there is an argument in omitting the path.

@semohr semohr merged commit 9318829 into main Jun 10, 2025
2 checks passed
@semohr semohr deleted the rc1_fix_69_all_albums_lib_view branch October 31, 2025 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants