mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:53:25 +00:00
chore: prettier
This commit is contained in:
@@ -28,16 +28,16 @@ export async function getVideoStream({
|
||||
consistentIpForRequests: true,
|
||||
});
|
||||
|
||||
const options: RunnerOptions = {
|
||||
media,
|
||||
events: {
|
||||
init: onEvent,
|
||||
update: onEvent,
|
||||
discoverEmbeds: onEvent,
|
||||
start: onEvent,
|
||||
}
|
||||
};
|
||||
|
||||
const options: RunnerOptions = {
|
||||
media,
|
||||
events: {
|
||||
init: onEvent,
|
||||
update: onEvent,
|
||||
discoverEmbeds: onEvent,
|
||||
start: onEvent,
|
||||
},
|
||||
};
|
||||
|
||||
const result = await providers.runAll(options);
|
||||
if (!result) return null;
|
||||
|
||||
|
Reference in New Issue
Block a user