You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deduplicate methods shared between Container and Artist.
Container does not inherit from Artist, but still shares some of its
methods. Instead of duplicating the implementation, just directly use
the Artist methods.
We could also move these shared methods to a mixin that both Artist and
Container inherit, but that would just confuse the matters IMO.
0 commit comments