Quellcode durchsuchen

fix: requestSet counts fails twice

Kristian Vos vor 2 Jahren
Ursprung
Commit
35b566d59a
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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;