Allow configuring whether to auto close the drive's tray
Fixes #488. Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,8 @@ CD in the AccurateRip database."""
|
||||
# if necessary, load and unmount
|
||||
logger.info('checking device %s', device)
|
||||
|
||||
utils.load_device(device)
|
||||
if self.options.drive_auto_close is True:
|
||||
utils.load_device(device)
|
||||
utils.unmount_device(device)
|
||||
|
||||
# first get the Table Of Contents of the CD
|
||||
|
||||
Reference in New Issue
Block a user