| Fix playlists - mpv-jellyfin - MPV script for adding an interface for Jellyfin. | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 18b6355d00f617f5ea919931bf30363a788aed37 | |
| parent 25d0cae12e363cf6952edd06c2f4af8272724349 | |
| Author: EmperorPenguin18 <[email protected]> | |
| Date: Sat, 14 Jan 2023 23:42:59 -0500 | |
| Fix playlists | |
| Diffstat: | |
| M scripts/jellyfin.lua | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/scripts/jellyfin.lua b/scripts/jellyfin.lua | |
| @@ -155,7 +155,7 @@ local function key_up() | |
| end | |
| local function key_right() | |
| - if items[selection].MediaType == "Video" then | |
| + if items[selection].IsFolder == false then | |
| video_id = items[selection].Id | |
| play_video() | |
| else |