Merge branch 'r3.3'
This commit is contained in:
commit
6c8ede7ac5
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ public class SavingTrackHelper extends SQLiteOpenHelper {
|
|||
it.remove();
|
||||
}
|
||||
}
|
||||
if (file.tracks.size() == 0) {
|
||||
if (file.isEmpty()) {
|
||||
datesToRemove.add(entry.getKey());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue