Formatting

This commit is contained in:
Vladimir Borisov 2024-10-16 12:33:49 +03:00
parent cd2246484b
commit e93d0be5a4

View file

@ -1,7 +1,7 @@
use crate::stremio_app::ipc;
use crate::stremio_app::RPCResponse;
use flume::{Receiver, Sender};
use libmpv2::{events::EventContext, events::Event, Format, Mpv, SetData};
use libmpv2::{events::Event, events::EventContext, Format, Mpv, SetData};
use native_windows_gui::{self as nwg, PartialUi};
use std::{
sync::Arc,