Issue: Strings like 'mp4', 'webm', 'general', 'sensitive' are repeated throughout the app. Solution: Move these to a constants.js file (e.g., SUPPORTED_VIDEO_EXTENSIONS, RATING_TYPES).
Issue: Strings like 'mp4', 'webm', 'general', 'sensitive' are repeated throughout the app.
Solution: Move these to a constants.js file (e.g., SUPPORTED_VIDEO_EXTENSIONS, RATING_TYPES).