fix(YouTube Music/SponsorBlock): SponsorBlock segments at the end of a song cause the player to get stuck https://github.com/inotia00/ReVanced_Extended/issues/2360

This commit is contained in:
inotia00
2024-09-05 19:46:55 +09:00
parent 250641a600
commit 547fd291ff
3 changed files with 146 additions and 41 deletions

View File

@ -0,0 +1,7 @@
package app.revanced.patches.shared.fingerprints
import app.revanced.patcher.fingerprint.MethodFingerprint
internal object MdxPlayerDirectorSetVideoStageFingerprint : MethodFingerprint(
strings = listOf("MdxDirector setVideoStage ad should be null when videoStage is not an Ad state ")
)