mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
try fix Trakt.tv oauth
This commit is contained in:
parent
9b11e07cec
commit
a6d79f1238
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class TraktTv extends _$TraktTv implements BaseTracker {
|
|||
static final _isDesktop = (Platform.isWindows || Platform.isLinux);
|
||||
static final _redirectUri = _isDesktop
|
||||
? 'http://localhost:43824'
|
||||
: 'mangayomi://';
|
||||
: 'https://intradeus.github.io/http-protocol-redirector/?r=mangayomi://';
|
||||
static const _clientId =
|
||||
'5520c7e24da0d8d73ec80315b61b9849483583b013cb7f296c6db723eb9886a1';
|
||||
static const _clientSecret =
|
||||
|
|
|
|||
Loading…
Reference in a new issue