fixed cap

This commit is contained in:
Andreas Preikschat 2012-04-28 14:28:38 +02:00
parent 42bc12f3fb
commit 9dc7d1a795

View File

@ -62,7 +62,7 @@ if VLC_AVAILABLE:
try:
version = vlc.libvlc_get_version()
finally:
log.debug(u'VlC could not be loaded: %s' % version)
log.debug(u'VLC could not be loaded: %s' % version)
AUDIO_EXT = [
u'*.mp3'