mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
bug squashing
This commit is contained in:
parent
bf0000cffa
commit
c50fb30eb3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue