refactor(YouTube - Spoof app version): Allow manually spoofing to 19.01 - 19.25
This commit is contained in:
parent
10205d858b
commit
85764c2e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ public class Settings extends BaseSettings {
|
|||
}
|
||||
|
||||
// Old spoof versions that no longer work.
|
||||
if (SPOOF_APP_VERSION_TARGET.get().compareTo(SPOOF_APP_VERSION_TARGET.defaultValue) < 0) {
|
||||
if (SPOOF_APP_VERSION_TARGET.get().compareTo("19.00.00") < 0) {
|
||||
Logger.printInfo(() -> "Resetting spoof app version target");
|
||||
SPOOF_APP_VERSION_TARGET.resetToDefault();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue