Fix class anme of PromptChoice

This commit is contained in:
Adrian Sampson 2016-12-28 14:33:55 -05:00
parent 8763be5423
commit 9dff841afe

View file

@ -42,7 +42,7 @@ from beets.util.confit import _package_path
import six
VARIOUS_ARTISTS = u'Various Artists'
PromptChoice = namedtuple('ExtraChoice', ['short', 'long', 'callback'])
PromptChoice = namedtuple('PromptChoice', ['short', 'long', 'callback'])
# Global logger.
log = logging.getLogger('beets')