You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed music_tag and the current version still has this issue. Since by definition re.match matches the beginning of the string, I simply remover the $ in the match string. Changed:
I've got error:
ValueError: Could not extract year from: 2014-11-18 15:05:00
I propose following patch to
sanitize_year()
:instead of
The text was updated successfully, but these errors were encountered: