gr for several metas fixed ; commented out one alternative in SammieGer to make it compile

This commit is contained in:
aarne
2010-02-02 07:12:52 +00:00
parent 88f4c1a5b2
commit 101ba3ec5e
3 changed files with 15 additions and 11 deletions

View File

@@ -199,6 +199,7 @@ lin
albums_all = mkSet album ;
albums_by_artist artist =
mkSet (mkCN album (mkAdv artist_Prep artist)) ;
albums_by_genre = withGenre album ;
albums_by_artist_genre = withGenreBy album ;
@@ -227,6 +228,7 @@ lin
songs_all =
mkSet song ;
songs_by_artist artist =
mkSet (mkCN song (mkAdv artist_Prep artist)) ;
songs_by_genre =