mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-17 17:42:22 +00:00
Removed consoled log for changing brightness
This commit is contained in:
@@ -21,7 +21,6 @@ const BrightnessSlider = () => {
|
||||
|
||||
const handleValueChange = async (value: number) => {
|
||||
brightness.value = value;
|
||||
console.log(value);
|
||||
await Brightness.setBrightnessAsync(value / 100);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user