Skip to content

Commit c16f55d

Browse files
Fix art images
1 parent e13fca4 commit c16f55d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Keystore
2-
dbro.pro
2+
dbro.pro*
33

44
#Secrets
55
SECRETS.java

iBurn/src/main/java/com/gaiagps/iburn/ArtImageManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private fun getCachedArtImageFile(context: Context, mediaPath: String): File {
146146
*/
147147
private fun getArtImageAssetPath(art: Art): String {
148148
Timber.d("Getting bundled art for ${art.name}")
149-
return "file:///android_asset/art_images/${art.playaId}.webp"
149+
return "file:///android_asset/art_images/${art.playaId}.jpg"
150150
}
151151

152152
private fun getArtImagesDirectory(context: Context): File {

0 commit comments

Comments
 (0)