瀏覽代碼

fix: requestSet counts fails twice

Kristian Vos 3 年之前
父節點
當前提交
35b566d59a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      backend/logic/actions/songs.js

+ 0 - 1
backend/logic/actions/songs.js

@@ -1191,7 +1191,6 @@ export default {
 									else failed += 1;
 									if (res.message === "This song is already in the database.") alreadyInDatabase += 1;
 									if (res.song) songs[index] = res.song;
-									else failed += 1;
 								})
 								.catch(() => {
 									failed += 1;