bug squashing

This commit is contained in:
Steven Hildreth 2019-01-21 20:23:38 -06:00
parent bf0000cffa
commit c50fb30eb3

View file

@ -845,6 +845,7 @@ namespace Roadie.Api.Services
var collectionsWithRelease = (from c in this.DbContext.Collections
join cr in this.DbContext.CollectionReleases on c.Id equals cr.CollectionId
where c.CollectionType != Library.Enums.CollectionType.Chart
where cr.ReleaseId == release.Id
select new
{