Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
song: add mpd's song id to our struct
include/seamus.h | 1 +
diff --git a/include/seamus.h b/include/seamus.h index 0835357d048af01bf5bcaa97853d20198f538ef6..aaf49874a974e4629f6e820213f92d9034697e75 100644 --- a/include/seamus.h +++ b/include/seamus.h @@ -7,6 +7,7 @@ #include#include "log.h" struct seamus_song { + int song_id; char *title; char *artist; };