]> kaliko git repositories - mpd-goodies.git/blobdiff - bin/mlast
Fixed style
[mpd-goodies.git] / bin / mlast
index b664aebccf8ac5b2d32a750ac08dc03a6bccf3f8..e4e483b06905e1a145d0a2f78edb11c97ec674a4 100755 (executable)
--- a/bin/mlast
+++ b/bin/mlast
@@ -112,7 +112,8 @@ class MLast(musicpd.MPDClient):
                 _ = [(f.get('artist'),) for f in files]
                 bucket = unic(bucket + _)
             elif self.args.track:
-                _ = [(f.get('artist'), f.get('album'), f.get('title')) for f in files]
+                _ = [(f.get('artist'), f.get('album'), f.get('title'))
+                     for f in files]
                 # bucket = unic(bucket + _)
                 bucket = unic(_ + bucket)
             if len(bucket) >= self.args.n: