Convert tracker icons to webp

This commit is contained in:
arkon
2020-01-09 18:53:33 -05:00
parent 19adbeebd5
commit 489f981e40
11 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Anilist(private val context: Context, id: Int) : TrackService(id) {
}
}
override fun getLogo() = R.drawable.al
override fun getLogo() = R.drawable.anilist
override fun getLogoColor() = Color.rgb(18, 25, 35)