Update src/scripts/autocast.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
committed by
Bill Thornton
parent
a8e6eaff48
commit
e4db027bbb
@@ -26,7 +26,7 @@ export function isEnabled() {
|
||||
const playerId = localStorage.getItem('autocastPlayerId');
|
||||
const currentPlayerInfo = playbackManager.getPlayerInfo();
|
||||
|
||||
return currentPlayerInfo?.id === playerId
|
||||
return currentPlayerInfo?.id === playerId;
|
||||
}
|
||||
|
||||
function onOpen() {
|
||||
|
||||
Reference in New Issue
Block a user