Skip to content

fix: match playlist queries with relative path storage#6792

Closed
cookesan wants to merge 1 commit into
beetbox:masterfrom
cookesan:fix-playlist-path-query
Closed

fix: match playlist queries with relative path storage#6792
cookesan wants to merge 1 commit into
beetbox:masterfrom
cookesan:fix-playlist-path-query

Conversation

@cookesan

Copy link
Copy Markdown

Summary

Fixes #6784.

Tests

  • .venv/bin/python -m pytest test/plugins/test_playlist.py -q
  • .venv/bin/python -m pytest test/plugins/test_playlist.py test/test_query.py -q
  • .venv/bin/python -m pytest test/test_library.py test/library/test_migrations.py -q
  • .venv/bin/ruff format --check --diff beetsplug/playlist.py test/plugins/test_playlist.py
  • .venv/bin/ruff check beetsplug/playlist.py test/plugins/test_playlist.py
  • git diff --check

@cookesan cookesan requested a review from a team as a code owner June 28, 2026 13:14
@codecov

codecov Bot commented Jun 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.84%. Comparing base (37e2a8b) to head (a49c785).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6792      +/-   ##
==========================================
- Coverage   74.85%   74.84%   -0.01%     
==========================================
  Files         163      163              
  Lines       20947    20948       +1     
  Branches     3299     3299              
==========================================
- Hits        15680    15679       -1     
- Misses       4510     4511       +1     
- Partials      757      758       +1     
Files with missing lines Coverage Δ
beetsplug/playlist.py 87.27% <100.00%> (+0.11%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@snejus

snejus commented Jun 28, 2026

Copy link
Copy Markdown
Member

Using AI to fix issues in bulk (across many repositories) is not allowed here.

@snejus snejus closed this Jun 28, 2026
@cookesan cookesan deleted the fix-playlist-path-query branch June 28, 2026 17:42
@artpelling artpelling mentioned this pull request Jul 9, 2026
3 tasks
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.

The playlist plugin is not returning any results

2 participants