attempt to resolve merge conflict - reintroduce changes to file.

This commit is contained in:
greg 2024-02-11 05:10:43 -05:00
parent 9bc5f4bc55
commit c7e947b996
1 changed files with 4 additions and 1 deletions

View File

@ -363,7 +363,10 @@ class Reindex(ReindexBase):
self._get_all_videos()
playlist = YoutubePlaylist(playlist_id)
playlist.get_from_es()
if not playlist.json_data:
if (
not playlist.json_data
or playlist.json_data["playlist_type"] == "custom"
):
return
subscribed = playlist.json_data["playlist_subscribed"]