Introduce a Genre class
AlbumTracks now store a genre id, instead of a plaintext genre.
include/IGenre.h
0 → 100644
src/Genre.cpp
0 → 100644
src/Genre.h
0 → 100644
test/unittest/GenreTests.cpp
0 → 100644
... | ... | @@ -15,6 +15,7 @@ list(APPEND TEST_SRCS |