mirror of
https://github.com/beetbox/beets.git
synced 2026-02-09 00:41:57 +01:00
One line :)
This commit is contained in:
parent
af2229c1b7
commit
ce974d4fc7
1 changed files with 2 additions and 4 deletions
|
|
@ -50,11 +50,9 @@ class MPDClientWrapper(object):
|
|||
def __init__(self, log):
|
||||
self._log = log
|
||||
|
||||
self.music_directory = (
|
||||
mpd_config['music_directory'].as_str())
|
||||
self.music_directory = (mpd_config['music_directory'].as_str())
|
||||
|
||||
self.strip_path = (
|
||||
mpd_config['strip_path'].as_str())
|
||||
self.strip_path = (mpd_config['strip_path'].as_str())
|
||||
|
||||
if sys.version_info < (3, 0):
|
||||
# On Python 2, use_unicode will enable the utf-8 mode for
|
||||
|
|
|
|||
Loading…
Reference in a new issue