mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Fix unused parameters
This commit is contained in:
@@ -20,7 +20,7 @@ export interface ReceiverSelection {
|
||||
|
||||
export interface ReceiverSelectorEvents {
|
||||
"selected": ReceiverSelection;
|
||||
"error": void;
|
||||
"error": string;
|
||||
"cancelled": void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user