mirror of
https://github.com/rclone/rclone.git
synced 2026-01-01 16:13:35 +00:00
.idx and .sub subtitle files only work if both are present, but the code was overwriting the first-inserted element to subtitlesByName, as it was keyed by the basename without extension. Make subtitlesByName point to a slice of nodes instead.