mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
add missing blank line in mpdstats
This commit is contained in:
parent
12136e1d32
commit
fff0439b06
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue