diff --git a/Persephone/Info.plist b/Persephone/Info.plist
index 0ac9972..8c5a1c6 100644
--- a/Persephone/Info.plist
+++ b/Persephone/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.11.0-alpha
+ 0.11.1-alpha
CFBundleVersion
1
LSApplicationCategoryType
diff --git a/Persephone/Services/AlbumArtService.swift b/Persephone/Services/AlbumArtService.swift
index fa74675..1a846ee 100644
--- a/Persephone/Services/AlbumArtService.swift
+++ b/Persephone/Services/AlbumArtService.swift
@@ -20,7 +20,7 @@ class AlbumArtService {
let bigArtworkSize = 600
var session = URLSession(configuration: .default)
- let artworkQueue = DispatchQueue(label: "albumArtQueue", qos: .background)
+ let artworkQueue = DispatchQueue(label: "albumArtQueue", qos: .utility)
init(song: Song) {
self.song = song