Remove os.remove line - mpv-jellyfin - MPV script for adding an interface for Jellyfin.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5debabe9e2b63ab10ab19a0428d66ac08087edd9
(DIR) parent 55b59833dbe079373db98da09b2bdddad69ccfe8
(HTM) Author: Sebastien MacDougall-Landry <60635017+EmperorPenguin18@users.noreply.github.com>
Date: Sun, 20 Nov 2022 21:08:08 -0500
Remove os.remove line
Diffstat:
M scripts/jellyfin.lua | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/scripts/jellyfin.lua b/scripts/jellyfin.lua
@@ -135,7 +135,6 @@ local function update_overlay()
items = result.Items
heights = {}
ow, oh, op = mp.get_osd_size()
- os.remove(options.image_path.."/*")
update_data()
end