Retrieve tag by script problem

I have mp3 file with tag artist.
If I run script button bellow, tag artist is return in log.

Option Explicit Function OnClick(ByRef ClickData) Dopus.Output ClickData.Func.sourcetab.selected(0).metadata.audio.mp3artist End Function

Now, if I edit tag with meta pane and run script again, old tag is return in log.
I need to refresh folder to return the last tag.

It’s a script problem?

Confirmed, we'll get this fixed. Thanks.