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

AA voice search improvements #883

Merged
merged 1 commit into from
Sep 12, 2018
Merged

AA voice search improvements #883

merged 1 commit into from
Sep 12, 2018

Conversation

glennguy
Copy link
Contributor

@glennguy glennguy commented Sep 8, 2018

Specific song requests weren't doing anything, and requests to 'play
some (artist)' would queue up albums in chronological order.

Single songs now working, and artist requests will shuffle which is in
line with other services like spotify etc.

Specific song requests weren't doing anything, and requests to 'play
some (artist)' would queue up albums in chronological order.

Single songs now working, and artist requests will shuffle which is in
line with other services like spotify etc.
@@ -421,7 +421,7 @@ protected Void doInBackground(MusicService musicService) throws Throwable {
}

private void playSong(Entry entry) {

playSong(entry, false);
Copy link
Owner

Choose a reason for hiding this comment

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

😆 Oh man I really had a blank function there? Good catch

@daneren2005
Copy link
Owner

Looks good. I am merging in but it is not in todays release

@daneren2005 daneren2005 merged commit 19895fc into daneren2005:edge Sep 12, 2018
@glennguy
Copy link
Contributor Author

Thanks!

t-m-w pushed a commit to t-m-w/Subsonic that referenced this pull request Jul 15, 2020
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