From 401b361f66c54f35a7b8396872d5dc058ce23031 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 5 Apr 2024 23:17:05 +0300 Subject: [PATCH] Update content_type_handlers.__all__ list --- plugin.video.external.library/libs/content_type_handlers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.video.external.library/libs/content_type_handlers.py b/plugin.video.external.library/libs/content_type_handlers.py index 5133d4a..d8f966b 100644 --- a/plugin.video.external.library/libs/content_type_handlers.py +++ b/plugin.video.external.library/libs/content_type_handlers.py @@ -30,6 +30,8 @@ 'SeasonsHandler', 'EpisodesHandler', 'RecentEpisodesHandler', + 'MusicVideosHandler', + 'RecentMusicVideosHandler', ] _ = GettextEmulator.gettext