From eb5ddeae24eba520c0b280c211f7aa3c38c4fe20 Mon Sep 17 00:00:00 2001 From: "bastian.ganze" Date: Sun, 23 Jul 2023 12:53:28 +0200 Subject: [PATCH] don't sync on register --- plugins/plexanisync/index.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/plexanisync/index.mjs b/plugins/plexanisync/index.mjs index 5771079..6e8d538 100644 --- a/plugins/plexanisync/index.mjs +++ b/plugins/plexanisync/index.mjs @@ -30,8 +30,6 @@ async function register(api) { writeFileSync(`${plexAniSyncMasterPath}/settings.ini`, getPlexAniSyncTemplate({})); api.communication.logInfo(`Done. Plex anilist sync good to go!`); } - - syncAniList(api); api.communication.logInfo("Plex anilist sync setup complete."); }