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

stream: library.lookup should unwrap streams #1445

Closed
adamcik opened this issue Feb 14, 2016 · 1 comment
Closed

stream: library.lookup should unwrap streams #1445

adamcik opened this issue Feb 14, 2016 · 1 comment
Assignees
Labels
C-bug Category: This is a bug

Comments

@adamcik
Copy link
Member

adamcik commented Feb 14, 2016

It turns out we've forgotten to do the unwrap stream step for the library provider. Thanks to @tkem for noticing :-)

@adamcik adamcik added the C-bug Category: This is a bug label Feb 14, 2016
trygveaa added a commit to trygveaa/mopidy that referenced this issue Feb 14, 2016
This makes lookup work properly for playlists. This is sort of a quick
fix as _unwrap_stream does some scanning which is not necessary for
lookup.

Fixes mopidy#1445.
trygveaa added a commit to trygveaa/mopidy that referenced this issue Feb 14, 2016
This makes lookup work properly for playlists. This is sort of a quick
fix as _unwrap_stream does some scanning which is not necessary for
lookup.

Fixes mopidy#1445.
@adamcik
Copy link
Member Author

adamcik commented Feb 14, 2016

Other catch is that _unwrap_stream doesn't respect the blacklist. So any songs with one time tokens would break. I thin we want to actually share all the logic between the translate and lookup cases to make this sane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant