redlib-org/redlib

๐Ÿ› Bug Report: FIXED_NAVBAR=off and AUTOPLAY_VIDEOS=on have no effect

sermelipharo opened this issue ยท 1 comments

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

  1. Set REDLIB_DEFAULT_FIXED_NAVBAR=off and REDLIB_DEFAULT_AUTOPLAY_VIDEOS=on in the .env file.
  2. Start the Redlib instance using Docker Compose.
  3. Navigate to the web interface.
  4. 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 image image

Partial dupe of #26