Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Jan 2, 2025
1 parent 66ecc8a commit b6469fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions src/aggregate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b6469fd

Please sign in to comment.