fix: align player cascade type to IStreamingPlayerService so consumers stop receiving null
This commit is contained in:
@@ -226,5 +226,5 @@
|
||||
</section>
|
||||
|
||||
@code {
|
||||
[CascadingParameter] public IPlayerService? Player { get; set; }
|
||||
[CascadingParameter] public IStreamingPlayerService? Player { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user