fix: align player cascade type to IStreamingPlayerService so consumers stop receiving null

This commit is contained in:
daniel-c-harvey
2026-06-03 12:29:43 -04:00
parent 5b4c7c1a18
commit c1f79a3aca
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -226,5 +226,5 @@
</section>
@code {
[CascadingParameter] public IPlayerService? Player { get; set; }
[CascadingParameter] public IStreamingPlayerService? Player { get; set; }
}