This update modifies the reload function to stop using the start=+' flag when reloading files with a timestamp, reverting to a cleaner load behavior. By preventing the application of this offset during reload, the script avoids potential compatibility issues or unexpected seeking behavior, ensuring more reliable file reloading. This change effectively streamlines how local media buffers are handled during the reload process.

Disabled 'start=+' reload behavior in reload.lua - zhengqunkoo/mpv-reload