mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Fix svelte linting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { afterUpdate, beforeUpdate, onMount } from "svelte";
|
||||
import { afterUpdate, onMount } from "svelte";
|
||||
|
||||
import Bridge from "./Bridge.svelte";
|
||||
import Whitelist from "./Whitelist.svelte";
|
||||
|
||||
@@ -154,7 +154,6 @@
|
||||
message.data.availableMediaTypes !== undefined &&
|
||||
message.data.defaultMediaType !== undefined
|
||||
) {
|
||||
console.log(message);
|
||||
availableMediaTypes = message.data.availableMediaTypes;
|
||||
|
||||
if (availableMediaTypes & message.data.defaultMediaType) {
|
||||
@@ -330,12 +329,9 @@
|
||||
}
|
||||
|
||||
function onReceiverCast(receiverDevice: ReceiverDevice) {
|
||||
console.log(receiverDevice);
|
||||
isConnecting = true;
|
||||
connectingId = receiverDevice.id;
|
||||
|
||||
console.log(port);
|
||||
|
||||
port?.postMessage({
|
||||
subject: "receiverSelector:selected",
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user