Skip to content

Commit

Permalink
🐛 fix: mark ncm scanned on init
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <sinangentoo@gmail.com>
  • Loading branch information
SimonShiki committed Sep 3, 2024
1 parent efd0a14 commit 0d445dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storages/ncm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export class NCM implements AbstractStorage {
const cachedNCMSong = await backendStorage.get('cachedNCMSong');
if (!cachedNCMSong) {
await backendStorage.set('cachedNCMSong', []);
this.scanned = true;
return;
}

Expand Down

0 comments on commit 0d445dd

Please sign in to comment.