mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-20 16:57:32 +01:00
remove thread check from PlayerController.setCurrentVideoId
This commit is contained in:
parent
a47bdb3a2b
commit
40cf605826
@ -65,9 +65,6 @@ public class PlayerController {
|
||||
return;
|
||||
}
|
||||
|
||||
if (Looper.myLooper() != Looper.getMainLooper()) // check if thread is not main
|
||||
return;
|
||||
|
||||
if (videoId.equals(currentVideoId))
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user