Fix playlists - mpv-jellyfin - MPV script for adding an interface for Jellyfin.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 18b6355d00f617f5ea919931bf30363a788aed37
 (DIR) parent 25d0cae12e363cf6952edd06c2f4af8272724349
 (HTM) Author: EmperorPenguin18 <60635017+EmperorPenguin18@users.noreply.github.com>
       Date:   Sat, 14 Jan 2023 23:42:59 -0500
       
       Fix playlists
       
       Diffstat:
         M scripts/jellyfin.lua                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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