mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-16 07:53:48 +00:00
treewide: unify command processing and improve error handling
This commit is contained in:
parent
74f2927b86
commit
69f69ece07
5 changed files with 331 additions and 163 deletions
|
|
@ -39,6 +39,7 @@
|
|||
//! Default path for the MPV IPC socket: `/tmp/mpvsocket`
|
||||
//!
|
||||
|
||||
pub mod commands;
|
||||
pub mod interactive;
|
||||
|
||||
use serde_json::{Value, json};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue