Implemented Database #16 and resolved the issue of track cover not displaying #17

This commit is contained in:
amazing-username
2019-03-03 14:53:28 -05:00
parent bc24149e73
commit 10a898cfe6
10 changed files with 214 additions and 108 deletions
@@ -34,7 +34,6 @@ class MusicFiles (private val demoPath: File) {
}
}
}
songCount = count
}
catch (ex: Exception) {
var exMsg = ex.message
@@ -43,6 +42,5 @@ class MusicFiles (private val demoPath: File) {
var allSongs: MutableList<String>?= null
var songCount: Int? = null
val musicSongLimit = Int.MAX_VALUE
}