* morituri/rip/main.py:
* morituri/common/musicbrainzngs.py: * morituri/common/program.py: * morituri/rip/cd.py: Add -R option to rip to record API results for debugging.
This commit is contained in:
@@ -110,7 +110,7 @@ filling in the variables and expanding the file extension. Variables are:
|
||||
"should be the same.")
|
||||
|
||||
def do(self, args):
|
||||
prog = program.Program()
|
||||
prog = program.Program(record=self.getRootCommand().record)
|
||||
runner = task.SyncRunner()
|
||||
|
||||
def function(r, t):
|
||||
|
||||
Reference in New Issue
Block a user