๐ Bug Report: FIXED_NAVBAR=off and AUTOPLAY_VIDEOS=on have no effect
sermelipharo opened this issue ยท 1 comments
sermelipharo commented
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=off
andREDLIB_DEFAULT_AUTOPLAY_VIDEOS=on
in the.env
file. - 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.