pylerSM / YouTubeBackgroundPlayback

[Xposed module] Enable background playback in YouTube
http://repo.xposed.info/module/com.pyler.youtubebackgroundplayback
BSD 3-Clause "New" or "Revised" License
315 stars 81 forks source link

New Version:142553 #373

Closed ohyeah521 closed 5 years ago

th3an7 commented 5 years ago

Can you please push only 14.25.57? Skip beta - don't change anything else...

Also - are the hooks correct? Spamming commits with one letter additions each time is not good idea :P

ohyeah521 commented 5 years ago

Sorry, I don't know how to use GitHub. I will submit a concise version next time, the hook is correct.

hooks-3.json

    "142557": [
        { "class_name": "aiiq", "method_name": "m", "parameter_types": [], "actions": [
            { "name": "set_field_boolean_before_method", "field_name": "l.b", "value": true }
        ] },
        { "class_name": "dyj", "method_name": "f", "parameter_types": [], "actions": [
            { "name": "return_string", "value": "on" }
        ] },
        { "class_name": "ajtq", "method_name": "d", "parameter_types": [ "augt" ], "actions": [
            { "name": "return_boolean", "value": true }
        ] }
    ]

hooks-3-41.json

"142557": [ { "class_name": "aidk", "method_name": "m", "parameter_types": [], "actions": [ { "name": "set_field_boolean_before_method", "field_name": "l.b", "value": true } ] }, { "class_name": "dzy", "method_name": "f", "parameter_types": [], "actions": [ { "name": "return_string", "value": "on" } ] }, { "class_name": "ajok", "method_name": "d", "parameter_types": [ "aubo" ], "actions": [ { "name": "return_boolean", "value": true } ] } ]

th3an7 commented 5 years ago

Thanks, I've added your hooks :D Will close this commit for now