mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Rename requestedAppId -> appId and fix receiver selector app names
This commit is contained in:
@@ -46,7 +46,7 @@ export default abstract class ReceiverSelector
|
||||
receivers: Receiver[]
|
||||
, defaultMediaType: ReceiverSelectorMediaType
|
||||
, availableMediaTypes: ReceiverSelectorMediaType
|
||||
, requestedAppId?: string): void;
|
||||
, appId?: string): void;
|
||||
|
||||
abstract update (receivers: Receiver[]): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user