Skip to content
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

WIP: Allow selection of current playback item #231

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mikedevnull
Copy link
Owner

closes #70

@mikedevnull mikedevnull force-pushed the mikedevnull/issue70 branch from 0c2e5f8 to 1a20ae5 Compare May 7, 2022 19:39
@codecov-commenter
Copy link

codecov-commenter commented May 7, 2022

Codecov Report

Merging #231 (1dfc881) into master (4e66b82) will increase coverage by 2.42%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
+ Coverage   91.56%   93.99%   +2.42%     
==========================================
  Files          62       62              
  Lines        2835     2862      +27     
  Branches      193      206      +13     
==========================================
+ Hits         2596     2690      +94     
+ Misses        237      171      -66     
+ Partials        2        1       -1     
Flag Coverage Δ
backend 89.88% <100.00%> (+0.33%) ⬆️
frontend 99.06% <100.00%> (+4.98%) ⬆️
Impacted Files Coverage Δ
frontend/src/upnpapi/api.ts 100.00% <100.00%> (ø)
frontend/src/upnpapi/jsonrpc.ts 100.00% <100.00%> (+19.33%) ⬆️
frontend/src/upnpapi/playback_control.ts 100.00% <100.00%> (+18.68%) ⬆️
upnpavcontrol/core/oberserver.py 98.80% <100.00%> (+0.02%) ⬆️
upnpavcontrol/core/playback/controller.py 100.00% <100.00%> (ø)
upnpavcontrol/core/playback/queue.py 100.00% <100.00%> (ø)
upnpavcontrol/web/api/player.py 87.20% <100.00%> (+2.02%) ⬆️
upnpavcontrol/web/models.py 100.00% <100.00%> (ø)
upnpavcontrol/core/playback/utils.py 90.38% <0.00%> (+5.76%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e66b82...1dfc881. Read the comment docs.

@mikedevnull mikedevnull force-pushed the mikedevnull/issue70 branch from 1a20ae5 to 1dfc881 Compare May 15, 2022 21:39
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.

allow selection and playback of any item in the playback queue
2 participants