On Tue Jun 24 21:21:02 2025 +0000, Nikolay Sivov wrote:
NAN was used for duration as a special marker because it doesn't come from user input. For the "next_seek" we could use another flag probably, instead of relying on this special value. Let me know which way looks better to you.
I actually started with '-1', but then I thought maybe the user _could_ provide that. So I went with NAN for the same reason; it's not a value that you would expect from user input.