Correct typo
This commit is contained in:
parent
c7416cbfb5
commit
20583b8b0a
@ -116,7 +116,7 @@ void SpotifySearchProvider::SearchFinishedSlot(
|
||||
* represented most frequently in the artist
|
||||
*
|
||||
* For most albums this will just be one artist,
|
||||
* but this ensures we have a consistend album artist for
|
||||
* but this ensures we have a consistent album artist for
|
||||
* soundtracks, compilations, contributing artists, etc
|
||||
*/
|
||||
for (int j = 0; j < album.track_size(); ++j) {
|
||||
|
@ -414,12 +414,10 @@ int main(int argc, char* argv[]) {
|
||||
// Clementine.
|
||||
QSslSocket::addDefaultCaCertificates(
|
||||
QSslCertificate::fromPath(":/grooveshark-valicert-ca.pem", QSsl::Pem));
|
||||
|
||||
// Do the same for SoundCloud, whose certificate is missing on OS X.
|
||||
QSslSocket::addDefaultCaCertificates(
|
||||
QSslCertificate::fromPath(":/soundcloud-ca.pem", QSsl::Pem));
|
||||
|
||||
|
||||
// Has the user forced a different language?
|
||||
QString override_language = options.language();
|
||||
if (override_language.isEmpty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user