another layer - mpv-jellyfin - MPV script for adding an interface for Jellyfin.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 031525851bc65a880d93a4751cf2482ea53ca32e
 (DIR) parent 23d83b0150c29a700d9bddac07c0430837b24e28
 (HTM) Author: EmperorPenguin18 <60635017+EmperorPenguin18@users.noreply.github.com>
       Date:   Tue, 11 Jun 2024 12:14:28 -0400
       
       another layer
       
       Diffstat:
         M scripts/jellyfin.lua                |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/scripts/jellyfin.lua b/scripts/jellyfin.lua
       @@ -18,9 +18,9 @@ local shown = false
        local user_id = ""
        local api_key = ""
        
       -local parent_id = {"", "", ""}
       -local selection = {1, 1, 1}
       -local list_start = {1, 1, 1}
       +local parent_id = {"", "", "", ""}
       +local selection = {1, 1, 1, 1}
       +local list_start = {1, 1, 1, 1}
        local layer = 1
        
        local items = {}