summaryrefslogtreecommitdiffstats
path: root/player/lua/defaults.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/defaults.lua')
-rw-r--r--player/lua/defaults.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/player/lua/defaults.lua b/player/lua/defaults.lua
index de28409c0e..0643c0b1d9 100644
--- a/player/lua/defaults.lua
+++ b/player/lua/defaults.lua
@@ -542,9 +542,6 @@ function mp.dispatch_events(allow_wait)
end
end
end
- -- Resume playloop - important especially if an error happened while
- -- suspended, and the error was handled, but no resume was done.
- mp.resume_all()
if allow_wait ~= true then
return
end