Harm 0bce7311c2 Introduce ability to hide shorts/livestreams in subscription feed
[config/config.example.yml]
- Introduce new default value for hide_shorts_and_live

[locales/en-US.json]
- Add translation label for hide_shorts_and_live

[src/invidious/config.cr]
- Add default value for hide_shorts_and_live to ConfigPreferences

[src/invidious/users.cr]
- Add filtering for shorts and listreams if hide_shorts_and_live is active

[src/invidious/routes/preferences.cr]
- Retrieve and convert hide_shorts_and_live option from preferences page
  to preferences object

[src/invidious/user/preferences.cr]
- Add hide_shorts_and_live property

[src/invidious/views/user/preferences.ecr]
- Add div, label and input for new hide_shorts_and_live option
2026-01-23 18:45:50 +01:00
..