Minor refactoring
This commit is contained in:
parent
f98dc899f1
commit
cef1ae1aee
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ impl MPDDisplay {
|
||||||
self.opts.password.clone().map_or(String::new(), |s| s),
|
self.opts.password.clone().map_or(String::new(), |s| s),
|
||||||
self.opts.log_level,
|
self.opts.log_level,
|
||||||
)
|
)
|
||||||
.map_or_else(|_| None, Some);
|
.ok();
|
||||||
if self.mpd_handler.is_some() {
|
if self.mpd_handler.is_some() {
|
||||||
self.is_initialized = true;
|
self.is_initialized = true;
|
||||||
loop {
|
loop {
|
||||||
|
|
Loading…
Reference in a new issue