Code Cleanup
This commit is contained in:
parent
6ff3eb2e2a
commit
520b6b74ca
22 changed files with 155 additions and 139 deletions
|
@ -30,9 +30,6 @@ data class Artist(
|
|||
}
|
||||
|
||||
var name: String = ""
|
||||
set(value) {
|
||||
field = value
|
||||
}
|
||||
get() {
|
||||
val name = if (isAlbumArtist) getAlbumArtistName()
|
||||
else getArtistName()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue