sort songs by disc number on album details page

This commit is contained in:
dkanada 2020-05-18 21:50:02 +09:00
commit 35f71fc6f3
6 changed files with 13 additions and 14 deletions

View file

@ -29,7 +29,6 @@ android {
}
lintOptions {
disable 'ExtraTranslation'
disable 'MissingTranslation'
abortOnError false
}