Fixed default config file for playing videos with spaces in names.
Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
@ -11,7 +11,7 @@ pub struct Config {
|
||||
}
|
||||
|
||||
pub fn default_command() -> String {
|
||||
String::from("mpv --fullscreen {}")
|
||||
String::from("mpv --fullscreen \"{}\"")
|
||||
}
|
||||
|
||||
impl Config {
|
||||
|
Reference in New Issue
Block a user