Skip to content

Commit

Permalink
details
Browse files Browse the repository at this point in the history
  • Loading branch information
BLCK-B committed Dec 21, 2024
1 parent 9e13a00 commit 02cfcb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ public List<Song> mergeNameDateDuplicates(List<Song> songList) {
}

/**
* Merges all songs with the same song name if they are {@code maxDays} or less apart by date. Retains older by date.
* Merges all songs with the same song name if they are {@code maxDays} or less apart by date. Retains older by
* date. <STRONG>Does not merge same-date songs.</STRONG>
* <pre>
* input:
* songName Joe 2020-01-05
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
#

server.port=57782
app.version=9.1.1
app.version=10
2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "BLCK",
"name": "mrt",
"version": "9.1.1",
"version": "10.0.0",
"description": "MusicReleaseTracker",
"type": "module",
"main": "electron-main.js",
Expand Down

0 comments on commit 02cfcb9

Please sign in to comment.