show collection name in some error messages (#612)

This commit is contained in:
Jason Dove
2022-02-04 20:17:17 -06:00
committed by GitHub
parent 5fd315ead8
commit 0c53a4509c
5 changed files with 51 additions and 3 deletions
@@ -37,5 +37,6 @@ namespace ErsatzTV.Core.Tests.Fakes
throw new NotSupportedException();
public Task<bool> IsCustomPlaybackOrder(int collectionId) => false.AsTask();
public Task<Option<string>> GetNameFromKey(CollectionKey emptyCollection) => Option<string>.None.AsTask();
}
}