add shuffle-in-order support to all collections (#356)

This commit is contained in:
Jason Dove
2021-09-10 13:33:04 -05:00
committed by GitHub
parent fc360602ad
commit a076b3eb30
8 changed files with 177 additions and 34 deletions
@@ -25,6 +25,9 @@ namespace ErsatzTV.Core.Tests.Fakes
public Task<List<CollectionWithItems>> GetMultiCollectionCollections(int id) =>
throw new NotSupportedException();
public Task<List<CollectionWithItems>> GetFakeMultiCollectionCollections(int? collectionId, int? smartCollectionId) =>
throw new NotSupportedException();
public Task<List<int>> PlayoutIdsUsingCollection(int collectionId) => throw new NotSupportedException();
public Task<List<int>> PlayoutIdsUsingMultiCollection(int multiCollectionId) =>