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

Fix track_no #554

Closed
wants to merge 8 commits into from
Closed

Fix track_no #554

wants to merge 8 commits into from

Conversation

ZenithDK
Copy link
Contributor

While doing some cleanup work I inadvertently broke "find .... track X" - this fixes it.
Also, remove track_no from any filter as it requires that the parameter can be used with int() and it seems unlikely you would ever do an any search on the track_no.

@adamcik
Copy link
Member

adamcik commented Nov 1, 2013

Seems to still have tests failures.

@@ -92,8 +88,14 @@ def find_exact(self, query=None, uris=None):
result_tracks = filter(album_filter, result_tracks)
elif field == 'artist':
result_tracks = filter(artist_filter, result_tracks)
#import logging
Copy link
Member

Choose a reason for hiding this comment

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

Stray logging / commented code that needs to be removed before a merge :-)

@ZenithDK
Copy link
Contributor Author

ZenithDK commented Nov 1, 2013

The testcase failures are an absolute brain-fart - I made them for another PR :-P

@jodal
Copy link
Member

jodal commented Nov 2, 2013

Rebased and merged in 88933fa.

@jodal jodal closed this Nov 2, 2013
@ZenithDK ZenithDK deleted the fix_track_no branch November 2, 2013 21:23
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.

None yet

3 participants