Describe the bug
This code https://github.com/writeas/writefreely/blob/develop/postrender.go#L100-L102 (which is states the intention is to remove autoplay) makes it so that I cannot have YouTube videos start at a precise moment using ?start=....
Expected behavior
It should just remove the autoplay query parameter if that is the intention. Although I don't understand why that would happen on the blog page. It seems like something you would only want to remove on blog previews when there could be many annoying "autoplay"s triggered.
Application configuration
- Multi-user mode
- Database? sqlite
- Open registration? yes
- Federation enabled? no
Version or last commit: 4570511
Describe the bug
This code https://github.com/writeas/writefreely/blob/develop/postrender.go#L100-L102 (which is states the intention is to remove
autoplay) makes it so that I cannot have YouTube videos start at a precise moment using?start=....Expected behavior
It should just remove the
autoplayquery parameter if that is the intention. Although I don't understand why that would happen on the blog page. It seems like something you would only want to remove on blog previews when there could be many annoying "autoplay"s triggered.Application configuration
Version or last commit: 4570511