From 049feb0216cd7745ff3818b95e7f4a75f738de43 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 2 Mar 2017 21:32:02 +0100 Subject: do not disable artwork stuff for remote host Looks like people run mpd on remote host and have a copy (or net mount) with media and/or image files on local system. So do not disable artwork stuff for remote host. Fixes #16 --- mpd-notification.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mpd-notification.c b/mpd-notification.c index 64081a5..0d55607 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -328,10 +328,6 @@ int main(int argc, char ** argv) { } } - /* disable artwork stuff if we are connected to a foreign host */ - if (mpd_host != NULL && mpd_host[0] != '/') - music_dir = NULL; - /* change directory to music base directory */ if (music_dir != NULL) { if (chdir(music_dir) == -1) { -- cgit v1.2.3-54-g00ecf