diff --git a/1.6.md b/1.6.md
index 37954e99..3f19ff72 100644
--- a/1.6.md
+++ b/1.6.md
@@ -38,6 +38,7 @@ Thanks to the following people for contributing this release.
**Song**
- [ MPD ] Fixed function when mpd is running on another PC and not your own.
+- Added support for Google Play Music Desktop Player (adds optional dependency of [`gpmdp-bash`](https://github.com/iandrewt/gpmdp-bash)) **[@iandrewt](https://github.com/iandrewt)**
**Disk**
- Added new display option `perc` to display just the percentage with the progress bar.
diff --git a/neofetch b/neofetch
index dcc22971..c8494b61 100755
--- a/neofetch
+++ b/neofetch
@@ -1285,7 +1285,7 @@ getresolution () {
esac
resolution=${resolution//\*}
- elif type -p xdpyinfo >/dev/null 2>&1 && \
+ elif type -p xdpyinfo >/dev/null 2>&1; then
resolution=$(xdpyinfo 2>/dev/null | awk '/dimensions:/ {printf $2}')
fi
;;