You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`video_duration` could be `nil` in certain streaming scenarios where the duration is unknown ahead of time, e.g., real-time streaming with RTSP streams. If unchecked for a nil value, `video_duration` will lead to the following error otherwise:
```
[SimpleHistory] [C]: ?
[SimpleHistory] [C]: ?
[SimpleHistory] Lua error: /Users/name/.config/mpv/scripts/SimpleHistory.lua:2131: attempt to perform arithmetic on local 'video_duration' (a nil value)
```
0 commit comments