modify gradle files to fix breakpoints and fix playback repeat regression
This commit is contained in:
parent
569813ae73
commit
5534170f9f
3 changed files with 7 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue