Skip to content

Commit 46b8715

Browse files
authored
Update background.js
1 parent 52fbe8b commit 46b8715

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

background.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ function denyPlay(tab, userActivation = false) {
432432
async function denyPause(id, exclude, skipLast, allowbg, auto) {
433433
// Logic used to determine if the extension is allowed to pause automatically.
434434
if (state.denyPlayback) return false;
435-
if (hasProperty(options, 'denypause')) return true;
436435
if (id === exclude) return true;
437436
if (allowbg && state.backgroundaudio.has(id)) return true;
438437
if (skipLast && id === state.lastPlaying) return true;

0 commit comments

Comments
 (0)