From fff0439b06854e33670f6e3b3789b4e51b6bb1f3 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Fri, 17 Jun 2016 00:09:22 -0400 Subject: [PATCH] add missing blank line in mpdstats --- beetsplug/mpdstats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/mpdstats.py b/beetsplug/mpdstats.py index b1a01b52e..fedf3276c 100644 --- a/beetsplug/mpdstats.py +++ b/beetsplug/mpdstats.py @@ -44,6 +44,7 @@ def is_url(path): return False return path.split('://', 1)[0] in ['http', 'https'] + # Use the MPDClient internals to get unicode. # see http://www.tarmack.eu/code/mpdunicode.py for the general idea class MPDClient(mpd.MPDClient):