mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
Review: Remove unnecessary split of concat
This commit is contained in:
parent
da864402d5
commit
dd9de05968
1 changed files with 1 additions and 2 deletions
|
|
@ -209,7 +209,6 @@ class SmartPlaylistPlugin(BeetsPlugin):
|
|||
for path in m3us[m3u]:
|
||||
if self.config['forward_slash'].get():
|
||||
path = pathlib_as_posix(path)
|
||||
f.write(path)
|
||||
f.write(b'\n')
|
||||
f.write(path + b'\n')
|
||||
|
||||
self._log.info(u"{0} playlists updated", len(self._matched_playlists))
|
||||
|
|
|
|||
Loading…
Reference in a new issue