mirror of
https://github.com/WowUp/WowUp.git
synced 2026-05-19 12:04:50 -04:00
Migrate will pull in external channel, to fix "error" state
This commit is contained in:
@@ -682,7 +682,7 @@ export class AddonService {
|
||||
if (!folders) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
return folders
|
||||
.split(",")
|
||||
.map((f) => f.trim())
|
||||
@@ -869,6 +869,7 @@ export class AddonService {
|
||||
}
|
||||
|
||||
addon.installedExternalReleaseId = scannedAddon.externalLatestReleaseId;
|
||||
addon.externalChannel = scannedAddon.externalChannel;
|
||||
this.saveAddon(addon);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user