X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Fgroup.h;h=3aa0efce2d08e2b97ec9b36e90cf212a475edb35;hb=fb7036fd3b7cb620614bce7e907b7a1cc70a9880;hp=c57f7b3aba6a2b368d0495bcf4469c921c216c0b;hpb=20b9ea1a0a1d6f43af9fadeea1ad30aa2304b778;p=ccbs diff --git a/bigscreen/group.h b/bigscreen/group.h index c57f7b3..3aa0efc 100644 --- a/bigscreen/group.h +++ b/bigscreen/group.h @@ -7,7 +7,7 @@ /* This more or less mimics the structures from show-tournament.pl */ struct Song { int id; - widestring title, artist; + widestring title, short_title, artist; }; struct Score { Song song;