A decentralized music tracking and discovery platform built on AT Protocol 🎵

Clarify log message when skipping scrobble sync

+1 -1
+1 -1
apps/cli/src/scrobble.ts
··· 55 55 logger.info`${handle} Syncing scrobbles before publishing`; 56 56 await sync(); 57 57 } else { 58 - logger.info`${handle} No need to sync scrobbles before publishing`; 58 + logger.info`${handle} Local scrobbles are up-to-date, skipping sync`; 59 59 } 60 60 61 61 if (dryRun) {