mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Remove old TODO
This commit is contained in:
parent
8f2fe6f9fa
commit
714100e24b
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ var _ = Describe("taglibExtractor", func() {
|
||||||
Expect(m.Artist()).To(Equal("Artist"))
|
Expect(m.Artist()).To(Equal("Artist"))
|
||||||
Expect(m.AlbumArtist()).To(Equal("Album Artist"))
|
Expect(m.AlbumArtist()).To(Equal("Album Artist"))
|
||||||
Expect(m.Composer()).To(Equal("Composer"))
|
Expect(m.Composer()).To(Equal("Composer"))
|
||||||
// TODO This is not working. See https://github.com/taglib/taglib/issues/971
|
Expect(m.Compilation()).To(BeTrue())
|
||||||
//Expect(m.Compilation()).To(BeTrue())
|
|
||||||
Expect(m.Genre()).To(Equal("Rock"))
|
Expect(m.Genre()).To(Equal("Rock"))
|
||||||
Expect(m.Year()).To(Equal(2014))
|
Expect(m.Year()).To(Equal(2014))
|
||||||
n, t := m.TrackNumber()
|
n, t := m.TrackNumber()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue