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):