From caf7f990e07379d19e1d92802aa7764a910b6098 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 1 Apr 2019 20:11:19 -0400 Subject: [PATCH] Utility QoS is better for album art --- Persephone/Info.plist | 2 +- Persephone/Services/AlbumArtService.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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