From 140196f2972e3cb894b3a331db48ec0c6a788d85 Mon Sep 17 00:00:00 2001 From: llyyr Date: Thu, 19 Sep 2024 00:58:33 +0530 Subject: [PATCH] ytdl_hook: fix typo (chapters -> chapter) Fixes: ec966fb866f4676139ea5a104c4d52ee154d81be --- player/lua/ytdl_hook.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/lua/ytdl_hook.lua b/player/lua/ytdl_hook.lua index 3586c97d89..12320d1967 100644 --- a/player/lua/ytdl_hook.lua +++ b/player/lua/ytdl_hook.lua @@ -61,7 +61,7 @@ local tag_list = { ["playlist_index"] = "ytdl_playlist_index", ["playlist_title"] = "ytdl_playlist_title", ["playlist_id"] = "ytdl_playlist_id", - ["chapters"] = "ytdl_chapters", + ["chapter"] = "ytdl_chapter", ["season"] = "ytdl_season", ["episode"] = "ytdl_episode", ["is_live"] = "ytdl_is_live",