mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
eslint: operator-linebreak
This commit is contained in:
@@ -117,8 +117,8 @@ function getMedia(opts: InitOptions): Promise<cast.media.Media> {
|
||||
|
||||
try {
|
||||
// Wait until media server is listening
|
||||
const { localAddress, mediaPath, subtitlePaths }
|
||||
= await startMediaServer(mediaTitle, port);
|
||||
const { localAddress, mediaPath, subtitlePaths } =
|
||||
await startMediaServer(mediaTitle, port);
|
||||
|
||||
const baseUrl = new URL(`http://${localAddress}:${port}/`);
|
||||
mediaUrl = new URL(mediaPath, baseUrl);
|
||||
|
||||
Reference in New Issue
Block a user