File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
patches/src/main/kotlin/app/revanced/patches/spotify/misc/lyrics Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import app.revanced.patcher.extensions.InstructionExtensions.replaceInstruction
6
6
import app.revanced.patcher.patch.bytecodePatch
7
7
import app.revanced.patcher.patch.stringOption
8
8
import app.revanced.patcher.util.proxy.mutableTypes.MutableMethod
9
- import app.revanced.patches.spotify.shared.IS_SPOTIFY_LEGACY_APP_TARGET
10
9
import app.revanced.util.getReference
11
10
import app.revanced.util.indexOfFirstInstructionOrThrow
12
11
import app.revanced.util.indexOfFirstInstructionReversedOrThrow
@@ -57,13 +56,6 @@ val changeLyricsProviderPatch = bytecodePatch(
57
56
}
58
57
59
58
execute {
60
- if (IS_SPOTIFY_LEGACY_APP_TARGET ) {
61
- Logger .getLogger(this ::class .java.name).severe(
62
- " Change lyrics provider patch is not supported for this target version."
63
- )
64
- return @execute
65
- }
66
-
67
59
val httpClientBuilderMethod = httpClientBuilderFingerprint.originalMethod
68
60
69
61
// region Create a modified copy of the HTTP client builder method with the custom lyrics provider host.
You can’t perform that action at this time.
0 commit comments