modify gradle files to fix breakpoints and fix playback repeat regression

This commit is contained in:
dkanada 2020-05-18 20:48:27 +09:00
commit 5534170f9f
3 changed files with 7 additions and 3 deletions

View file

@ -200,7 +200,7 @@ public class QueryUtil {
private static void applySortMethod(ItemQuery query, String method) {
// album activity will always sort by track number
if (query.getSortBy() != null) return;
if (query.getSortBy().length != 0) return;
switch (method) {
case SortMethod.NAME: