Skip to content

Commit

Permalink
Revert "refactor: temporarily disable artwork compression"
Browse files Browse the repository at this point in the history
This reverts commit df8c3c243222476819a23a1e07e963c9f731ccfe.
  • Loading branch information
zyrouge committed Nov 10, 2024
1 parent f88a4b0 commit b7ec27c
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.Loseless,
ImagePreserver.Quality.Medium,
)

private fun getSharedPreferences() = symphony.applicationContext
Expand Down

0 comments on commit b7ec27c

Please # to comment.