attempt to resolve merge conflict

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

View File

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