Skip to content

Commit

Permalink
don't sync on register
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianGanze committed Jul 23, 2023
1 parent 23bc864 commit eb5ddea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/plexanisync/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}

Expand Down

0 comments on commit eb5ddea

Please sign in to comment.