redlib
redlib copied to clipboard
🐛 Bug Report: FIXED_NAVBAR=off and AUTOPLAY_VIDEOS=on have no effect
Describe the bug
Despite setting REDLIB_DEFAULT_FIXED_NAVBAR=off in the .env file, the Navbar remains fixed by default. Additionally, setting REDLIB_DEFAULT_AUTOPLAY_VIDEOS=on has no effect, and videos do not autoplay by default.
Steps to reproduce the bug
- Set
REDLIB_DEFAULT_FIXED_NAVBAR=offandREDLIB_DEFAULT_AUTOPLAY_VIDEOS=onin the.envfile. - Start the Redlib instance using Docker Compose.
- Navigate to the web interface.
- Observe that the Navbar is still fixed and videos do not autoplay by default.
What's the expected behavior?
The Navbar should not be fixed when REDLIB_DEFAULT_FIXED_NAVBAR=off is set, and videos should autoplay by default when REDLIB_DEFAULT_AUTOPLAY_VIDEOS=on is set.
Additional context / screenshot
This issue persists even after clearing the cache and restarting the server. Other options appear to work as expected.
Screenshots
Partial dupe of https://github.com/redlib-org/redlib/issues/26