| another layer - mpv-jellyfin - MPV script for adding an interface for Jellyfin. | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 031525851bc65a880d93a4751cf2482ea53ca32e | |
| parent 23d83b0150c29a700d9bddac07c0430837b24e28 | |
| Author: EmperorPenguin18 <[email protected]> | |
| Date: Tue, 11 Jun 2024 12:14:28 -0400 | |
| another layer | |
| Diffstat: | |
| M scripts/jellyfin.lua | 6 +++--- | |
| 1 file changed, 3 insertions(+), 3 deletions(-) | |
| --- | |
| 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 = {} |