jkwill87 / mapi

media metadata database library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix MetadataTelevision._str_pad_episode() method

jkwill87 opened this issue · comments

There is a small problem with the substitution regex, it only checks for an 'x' sandwiched between digits, itself wrapped in whitespace. This should also be written to account for an EOL character.