aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Model.Tests/Dlna/StreamBuilderTests.cs
AgeCommit message (Expand)Author
2022-12-07Cleanup and refactor streambuilderShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-27Investigate some TODO commentsBond_009
2022-10-31fix testsDmitry Lyzo
2022-05-20Merge pull request #7699 from Shadowghost/streambuilder-fixJoshua M. Boniface
2022-04-17Merge pull request #7537 from dmitrylyzo/fix-streambuilderCody Robibero
2022-04-07Merge pull request #7523 from crobibero/null-streamCody Robibero
2022-03-18Move StreamBuilderTests to correct project (#7461)Bond-009