chore: fix typo

This commit is contained in:
inotia00 2025-01-29 19:43:29 +09:00
parent 0d2d45a597
commit b062648224
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ public class PatchStatus {
} }
public static String SpoofAppVersionDefaultString() { public static String SpoofAppVersionDefaultString() {
return "6.11.52"; return "6.42.55";
} }
} }

View File

@ -7,7 +7,7 @@ public class PatchStatus {
} }
public static boolean SpoofClient() { public static boolean SpoofClient() {
// Replace this with true If the Spoof streaming data patch succeeds in YouTube Music. // Replace this with true If the Spoof client patch succeeds in YouTube Music.
return false; return false;
} }