Skip to content

Commit

Permalink
Fix art images
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Aug 20, 2022
1 parent e13fca4 commit c16f55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Keystore
dbro.pro
dbro.pro*

#Secrets
SECRETS.java
Expand Down
2 changes: 1 addition & 1 deletion iBurn/src/main/java/com/gaiagps/iburn/ArtImageManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private fun getCachedArtImageFile(context: Context, mediaPath: String): File {
*/
private fun getArtImageAssetPath(art: Art): String {
Timber.d("Getting bundled art for ${art.name}")
return "file:///android_asset/art_images/${art.playaId}.webp"
return "file:///android_asset/art_images/${art.playaId}.jpg"
}

private fun getArtImagesDirectory(context: Context): File {
Expand Down

0 comments on commit c16f55d

Please sign in to comment.