context.item.songartist: use ActivateWindow to show artist albums
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 10 Dec 2021 03:03:32 +0000 (22:03 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 10 Dec 2021 03:03:32 +0000 (22:03 -0500)
commit5d0a46f0897518bceba86ac8fa4c3e00a92d5b5a
tree31caeecddb5ea5940f8f842f5f806b2764ff3fff
parent484ae096c75befbcdc58a801e95034ee39179bf4
context.item.songartist: use ActivateWindow to show artist albums

In Kodi 19.x using Container.Update results in it being impossible to
queue songs if the extension is used when the party mode playlist is
focused. It appears that I should have been using ActivateWindow to
show the artist album listing, which gives the expected behavior
again (extension allows queuing music when used in any context).
context.item.songartist/addon.py