Skip to content

corealbum: Allow None for year property

Marinus Schraal requested to merge wip/mschraal/date-allow-none into master

Previously we would use a dashed string, but that is not how Music displays an unknown year anymore.

Remove the dashed string in favour of setting the property to None if the year is unknown.

Merge request reports