Playing Movie in widget starts from last frame when player for a second time

Not sure if this is definitive, but one way I solved this problem was by getting a reference to the Media Texture (at the beginning when I start the video), dragging out from get media texture, and setting the media player to the one you’re calling the video from. Then, at the end when the video is over, I dragged out from the Media Texture again, got the media player, and then set the media player to (none). This seemed to fix the issue for me! This is pretty late but I hope this fixes the issue for anyone doing this later!