cjcodeproj / medialibrary

Python code to read XML media files
MIT License
2 stars 0 forks source link

Catalog title may benefit from new abstract content class. #158

Closed cjcodeproj closed 4 months ago

cjcodeproj commented 5 months ago

Based on https://github.com/cjcodeproj/medialibrary/issues/140

It may make sense to move the catalog_title() method to the AbstractContent() class.

cjcodeproj commented 4 months ago

This change is already covered by #145