From 15d25b5ddca6348fd2ca26e02dc7ec4f2512da03 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 13 Aug 2019 04:34:22 -0500 Subject: [PATCH] ptgdp: Add TODO --- ptgdp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ptgdp b/ptgdp index ae9a8e7..47f2307 100755 --- a/ptgdp +++ b/ptgdp @@ -6,6 +6,9 @@ # Distributed under terms of the MIT license. # +# TODO: +# * Reorganize mpd integration into abstract functions + # Variables _name="$(basename -- "$0")" _tmpdir="${XDG_CACHE_HOME:-$HOME/.cache}/$_name"