Revamp update checker

This commit is contained in:
2022-04-01 02:54:22 -05:00
parent 8ebb1c91a0
commit 9ebbeb3c15
13 changed files with 85 additions and 40 deletions

View File

@ -16,7 +16,7 @@ public class UpdateCheckerService extends AbstractService
{
if (!newVersion)
{
if (plugin.getUpdateChecker().check())
if (plugin.getUpdateChecker().getUpdateStatusMessage("plexusorg/Plex", "master"))
{
newVersion = true;
}