eslint: operator-linebreak

This commit is contained in:
hensm
2021-04-26 07:11:59 +01:00
parent f0ac7ddc2d
commit f4ed7eab1d
5 changed files with 21 additions and 11 deletions

View File

@@ -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);