max / audiofiles
1 file changed,
+1 insertion,
-1 deletion
| @@ -168,7 +168,7 @@ impl SyncManager { | |||
| 168 | 168 | } | |
| 169 | 169 | ||
| 170 | 170 | match client | |
| 171 | - | .authenticate_with_code(&result.code, &code_verifier, port) | |
| 171 | + | .authenticate_with_code(&result.code, &code_verifier, port, "__internal__") | |
| 172 | 172 | .await | |
| 173 | 173 | { | |
| 174 | 174 | Ok(_) => { |