Skip to content

Commit

Permalink
imp - Song info that mpg123 gives us is more than enough
Browse files Browse the repository at this point in the history
We've removed a TODO

---

We've removed a TODO concerning lyric metadata. Song info that mpg123 gives us is more than enough, and this was planned and never done in SharpLyrics.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 24, 2023
1 parent b59e3ff commit 1b742e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BassBoom.Basolia/Lyrics/LyricReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public static Lyric GetLyrics(string path)
continue;
if (finalLine.Length == finalLine.IndexOf("]") + 1)
// Don't process lyric info without lyric line
// TODO: Some of them will later be implemented to store song info
continue;

// We need to trim it after splitting the two elements
Expand Down

0 comments on commit 1b742e2

Please sign in to comment.