Skip to content

Commit

Permalink
fix: Revert debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Jan 31, 2024
1 parent 155ec14 commit c807611
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ const configDir = process.env.CONFIG_DIR || path.resolve(projectDir, `./config`)
if (anyNotReady) {
logger.info(`Some sources are not ready, open the dashboard to continue`);
}
const lastfm = scrobbleSources.getByName('mylfm') as LastfmSource;
await lastfm.api.updateNowPlaying({data: {artists: ['Silva', 'Marina Sena', 'RDD'], 'track': 'Te Vi Na Rua'}, meta: {}});

scheduler.addSimpleIntervalJob(new SimpleIntervalJob({
minutes: 20,
Expand Down

0 comments on commit c807611

Please sign in to comment.