fix: remove code committed by accident

This commit is contained in:
tomasklaen
2022-09-23 17:25:58 +02:00
parent 958359209a
commit 6f9865e281

View File

@@ -247,7 +247,7 @@ options.background = serialize_rgba(options.background).color
options.background_text = serialize_rgba(options.background_text).color
if options.chapter_ranges:sub(1, 4) == '^op|' then options.chapter_ranges = defaults.chapter_ranges end
-- Ensure required environment configuration
if options.autoload then mp.command('set keep-open yes;set keep-open-pause no') end
if options.autoload then mp.command('set keep-open-pause no') end
--[[ CONFIG ]]