Include media file in a patch?

I’m following this YouTube tutorial to generate a simple .pak patch file and I’ve run into trouble. I have a scene with a tv and some media playing on it using a MediaTexture asset. In my patch, I’ve updated the movement of some of my objects and changed the media playing on the screen. However, when I run my patch, the media isn’t updated. The objects update without problems. It looks like my mp4 isn’t getting included in the build. I’ve put the media in the Movies folder - is there anything I can do to force the patch to include this file?

Thanks for any help!

For anyone wondering the same thing, I was able to load the new media files by placing them in the Movies folder of the already built game. So I had to add the new .pak patch as well as all the new media files to Content. Hope this helps!