Fix webui preview changelog url
This commit is contained in:
@@ -69,7 +69,7 @@ export const WebUIUpdateChecker = () => {
|
||||
const changelogUrl =
|
||||
updateStatus.info?.channel === WebUiChannel.Stable
|
||||
? 'https://github.com/Suwayomi/Suwayomi-WebUI/releases/latest'
|
||||
: 'https://github.com/Suwayomi/Suwayomi-WebUI/blob/28a2b44e940cad6736fb53dd207cd420fcf627d3/CHANGELOG.md';
|
||||
: 'https://github.com/Suwayomi/Suwayomi-WebUI/blob/master/CHANGELOG.md';
|
||||
|
||||
const newVersion = aboutWebUI?.tag;
|
||||
const isSameAsCurrent = !newVersion || !webUIVersion || webUIVersion === newVersion;
|
||||
|
||||
Reference in New Issue
Block a user