Link to server preview changelog

This commit is contained in:
schroda
2026-05-05 17:49:01 +02:00
parent d4fd09294d
commit 8b42fdf3da

View File

@@ -62,7 +62,7 @@ export const ServerUpdateChecker = () => {
const changelogUrl =
aboutServer?.buildType.toLowerCase() === 'stable'
? `https://github.com/Suwayomi/Suwayomi-Server/releases/tag/${aboutServer.version}`
: undefined;
: 'https://github.com/Suwayomi/Suwayomi-Server/blob/master/CHANGELOG.md';
const isSameAsCurrent = !version || !serverVersion || serverVersion === version;