diff --git a/public/index.html b/public/index.html index 118c9c5..7d4b5ab 100644 --- a/public/index.html +++ b/public/index.html @@ -13,6 +13,6 @@ - + \ No newline at end of file diff --git a/public/main.02c297620d04b46048f5e2514b0f6b682bab4cf2b2de19f7dba38de671cd284c.js b/public/main.a72bc232cf7205707699cb3faf6243790fe29e806411c9c37138b32f6f5da481.js similarity index 99% rename from public/main.02c297620d04b46048f5e2514b0f6b682bab4cf2b2de19f7dba38de671cd284c.js rename to public/main.a72bc232cf7205707699cb3faf6243790fe29e806411c9c37138b32f6f5da481.js index 341d184..30dc540 100644 --- a/public/main.02c297620d04b46048f5e2514b0f6b682bab4cf2b2de19f7dba38de671cd284c.js +++ b/public/main.a72bc232cf7205707699cb3faf6243790fe29e806411c9c37138b32f6f5da481.js @@ -93,7 +93,7 @@ let isNew; musicA.forEach((ma) => { musicB.forEach((mb) => { - isNew = ma !== mb; + isNew = ma.artist !== mb.artist || ma.title !== mb.title; }); }); return isNew; diff --git a/public/music/index.html b/public/music/index.html index 601dece..7f41250 100644 --- a/public/music/index.html +++ b/public/music/index.html @@ -13,6 +13,6 @@ - + \ No newline at end of file