1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-30 19:15:08 +01:00

Nevermind, OneDrive does not support more than one redirect uri

Revert "Use new oauth endpoint"

This reverts commit a2bef07fd00616ea1abe7891afa057ba072a6937.
This commit is contained in:
John Maguire 2015-09-25 17:09:43 +01:00
parent a2bef07fd0
commit 6ba65276fd

View File

@ -32,7 +32,7 @@
#include "internet/core/localredirectserver.h"
const char* OAuthenticator::kRemoteURL =
"https://clementine-data.appspot.com/oauth";
"https://clementine-data.appspot.com/skydrive";
OAuthenticator::OAuthenticator(const QString& client_id,
const QString& client_secret,