fix warning from rclaudio regexp
This commit is contained in:
parent
712fdbb3f8
commit
72a9548c88
@ -21,7 +21,7 @@ except:
|
||||
sys.exit(1);
|
||||
|
||||
|
||||
re_pairnum = re.compile(b'''[[(]*([0-9]+),\s*([0-9]+)''')
|
||||
re_pairnum = re.compile(b'''[([]*([0-9]+),\s*([0-9]+)''')
|
||||
|
||||
# The 'Easy' mutagen tags conversions are incomplete. We do it ourselves.
|
||||
# TPA,TPOS,disc DISCNUMBER/TOTALDISCS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user