Convert 'Morituri' to 'morituri' (cue sheet)

The ripper name in the log file is written all lowercase: do the same
in the cue sheet too.
Short cosmetic fixes for 'logger.py'
This commit is contained in:
JoeLametta
2015-11-30 11:43:19 +01:00
parent 1d046c60f7
commit ed4c9f4ece
2 changed files with 3 additions and 3 deletions

View File

@@ -514,7 +514,7 @@ class Table(object, log.Loggable):
discId1[-1], discId1[-2], discId1[-3],
self.getAudioTracks(), discId1, discId2, self.getCDDBDiscId())
def cue(self, cuePath='', program='Morituri'):
def cue(self, cuePath='', program='morituri'):
"""
@param cuePath: path to the cue file to be written. If empty,
will treat paths as if in current directory.