]> diplodocus.org Git - flac-archive/blobdiff - fa-flacd
Fix pics nonsense.
[flac-archive] / fa-flacd
index bef49542aef9d1aa945bf58f2af94ed5d087b1f4..d00496ff78688b48c89916c30b254dabb4e05404 100755 (executable)
--- a/fa-flacd
+++ b/fa-flacd
@@ -107,7 +107,7 @@ def run_flac(infile, cue, outfile, tags):
         argv.extend(['-T', i])
     argv.append(infile)
     # flac 1.1.3 PICTURE support
-    #argv.extend(['--picture', '3|image/jpeg|||cover.front'])
+    argv.extend(['--picture', '3|image/jpeg|||cover.front'])
 
     spew('Running flac\n')
     status = os.spawnvp(os.P_WAIT, argv[0], argv)