Skip to content

Commit

Permalink
refactor: temporarily disable artwork compression
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 10, 2024
1 parent 2b6b63a commit bc6387c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class Settings(private val symphony: Symphony) {
val artworkQuality = EnumEntry(
"artwork_quality",
enumEntries<ImagePreserver.Quality>(),
ImagePreserver.Quality.Medium,
ImagePreserver.Quality.Loseless,
)

private fun getSharedPreferences() = symphony.applicationContext
Expand Down

0 comments on commit bc6387c

Please sign in to comment.