cjcodeproj / medialibrary

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

Album needs a post_load_process #173

Closed cjcodeproj closed 2 months ago

cjcodeproj commented 2 months ago

The Album class needs to make a call to _post_load_process in order to build the unique key value.

cjcodeproj commented 2 months ago

Commit:

https://github.com/cjcodeproj/medialibrary/commit/bd4f6b7a1a38bb1f112c220bda3e9a057390761f

Shared commit with #177