mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
fix: unable to use custom API (#1435)
This commit is contained in:
parent
cfb8980e3a
commit
e74ffac5b0
2 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,6 @@ class ManagerAPI {
|
|||
if (url.isEmpty || url == ' ') {
|
||||
url = defaultApiUrl;
|
||||
}
|
||||
await _revancedAPI.initialize(url);
|
||||
await _revancedAPI.clearAllCache();
|
||||
await _prefs.setString('apiUrl', url);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue