Fix #1037: More resilient tag parsing with empty release date or album artist
This commit is contained in:
parent
4845a9f9d5
commit
66a9a62376
3 changed files with 6 additions and 2 deletions
|
|
@ -247,6 +247,7 @@ def test_can_get_metadata_from_flac_file_not_crash_if_empty():
|
|||
("2017-14-01 01:32", datetime.date(2017, 1, 14)), # deezer format
|
||||
("2017-02", datetime.date(2017, 1, 1)), # weird format that exists
|
||||
("0000", None),
|
||||
("", None),
|
||||
("nonsense", None),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue