Skip to content

albumwidget: Crash fix in corealbum setter

Marinus Schraal requested to merge wip/mschraal/albumwidget-corealbum-fix into master

self._corealbum might not have been assigned yet. Instead check if the signals are connected and that indicates that self._corealbum is assigned.

Merge request reports