paranoia deserves a capital P
This commit is contained in:
@@ -542,7 +542,7 @@ _VERSION_RE = re.compile(
|
||||
"^cdparanoia (?P<version>.+) release (?P<release>.+) \(.*\)")
|
||||
|
||||
|
||||
def getCdparanoiaVersion():
|
||||
def getCdParanoiaVersion():
|
||||
version = "(Unknown)"
|
||||
|
||||
try:
|
||||
|
||||
@@ -213,7 +213,7 @@ Log files will log the path to tracks relative to this directory.
|
||||
# result
|
||||
|
||||
prog.result.cdrdaoVersion = version
|
||||
prog.result.cdparanoiaVersion = cdparanoia.getCdparanoiaVersion()
|
||||
prog.result.cdparanoiaVersion = cdparanoia.getCdParanoiaVersion()
|
||||
prog.result.offset = int(self.options.offset)
|
||||
prog.result.artist = prog.metadata and prog.metadata.artist \
|
||||
or 'Unknown Artist'
|
||||
|
||||
Reference in New Issue
Block a user