ytdl_hook: fix typo (chapters -> chapter)

Fixes: ec966fb866
This commit is contained in:
llyyr 2024-09-19 00:58:33 +05:30 committed by Dudemanguy
parent 7431896cd1
commit 140196f297
1 changed files with 1 additions and 1 deletions

View File

@ -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",