diff options
-rw-r--r-- | mpd-notification.c | 4 |
1 files changed, 0 insertions, 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) { |