diff --git a/src/internet/spotify/spotifyblobdownloader.cpp b/src/internet/spotify/spotifyblobdownloader.cpp index b6e3f2b64..3c6339209 100644 --- a/src/internet/spotify/spotifyblobdownloader.cpp +++ b/src/internet/spotify/spotifyblobdownloader.cpp @@ -221,7 +221,7 @@ bool SpotifyBlobDownloader::CheckSignature( return false; } } - } catch (std::exception e) { + } catch (std::exception& e) { // This should only happen if we fail to parse our own key. qLog(Debug) << "Verifying spotify blob signature failed:" << e.what(); return false;