fix: Fix compilation error introduced in dc69f243 (#6392)

This commit is contained in:
xehpuk 2025-12-23 02:26:54 +01:00 committed by GitHub
parent e0f33468e6
commit a429824bb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -433,7 +433,7 @@ public final class LayoutComponentsFilter extends Filter {
* Injection point.
*/
public static boolean showWatermark() {
return !Settings.HIDE_VIDEO_CHANNEL_WATERMARK.get();
return !Settings.HIDE_CHANNEL_WATERMARK.get();
}
/**