Code Cleanup

This commit is contained in:
Prathamesh More 2021-10-11 11:47:55 +05:30
parent 6ff3eb2e2a
commit 520b6b74ca
22 changed files with 155 additions and 139 deletions

View file

@ -30,9 +30,6 @@ data class Artist(
}
var name: String = ""
set(value) {
field = value
}
get() {
val name = if (isAlbumArtist) getAlbumArtistName()
else getArtistName()