mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-06-13 13:47:44 +02:00
fix(YouTube - Spoof video streams): Resolve playback issues with dynamic player config (#4521)
This commit is contained in:

committed by
GitHub

parent
52e4b9c43e
commit
647e7642ef
@ -24,7 +24,7 @@ public final class EnableDebuggingPatch {
|
||||
/**
|
||||
* Injection point.
|
||||
*/
|
||||
public static boolean isBooleanFeatureFlagEnabled(boolean value, long flag) {
|
||||
public static boolean isBooleanFeatureFlagEnabled(boolean value, Long flag) {
|
||||
if (LOG_FEATURE_FLAGS && value) {
|
||||
if (featureFlags.putIfAbsent(flag, true) == null) {
|
||||
Logger.printDebug(() -> "boolean feature is enabled: " + flag);
|
||||
|
Reference in New Issue
Block a user