From b6469fd4f2c13de7cf9b337e6f91d864242e139b Mon Sep 17 00:00:00 2001 From: Chaphasilor Date: Thu, 2 Jan 2025 15:26:39 +0100 Subject: [PATCH] update readme --- readme.md | 4 ++-- src/aggregate.js | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 631f162..0ee1313 100644 --- a/readme.md +++ b/readme.md @@ -5,9 +5,9 @@ ## Welcome to Jellyfin Rewind 2024! > [!IMPORTANT] -> Jellyfin Rewind 2024 **will launch on December 31st 2024** (2024-12-31)! +> Jellyfin Rewind 2025 **will launch on December 31st 2025** (2024-12-31)! > If you want to be notified when it's time to review your listening habits of this year, **subscribe to release updates** by `watch`ing this repository. -> See you soon! - Chaphasilor +> See you then! - Chaphasilor ### How to use diff --git a/src/aggregate.js b/src/aggregate.js index 5a51077..a341777 100644 --- a/src/aggregate.js +++ b/src/aggregate.js @@ -13,11 +13,6 @@ export function generateTopTrackInfo(itemInfo, playbackReportJSON) { missingPlaybackReportItems += 1 } - // if (item.ArtistItems.find(artist => artist.Name === `ACRAZE`)) { - // console.log(`item.ArtistItems:`, item.ArtistItems) - // // TODO figure out how to consolidate artists with the same name but different IDs - // } - const track = new Track({ name: item.Name || `Unknown Track`, id: item.Id,