feat: disable sponsorblock on shorts
There are a lot of changes, that were not necessary. The
sponsorblockpatch only injects couple of calls to methods into the application, only these methods should be blocked.
I need to know which are these methods, otherwise it will become quite difficult for me to find out
Sure, all calls to the methods in the integrations can be found here. Simply CTRL+F and search for integrations/ to get a good understanding.
Sure, all calls to the methods in the integrations can be found here. Simply
CTRL+Fand search forintegrations/to get a good understanding.
At first look I should find an unused register for each call. It does not make the operation more complex?
Sure, all calls to the methods in the integrations can be found here. Simply
CTRL+Fand search forintegrations/to get a good understanding.
Nevermind. I said nonsense. You were referring to the changes to be made to the integrations, and not to the patch. xD
No problem, yeah, simply add the condition in the integrations methods instead of patching the application.
Should be good now. For safeness, test it you too. :D
:tada: This PR is included in version 0.40.0 :tada:
The release is available on:
v0.40.0- GitHub release
Your semantic-release bot :package::rocket: