rename enable_comments amd enable_related_videos

This commit is contained in:
James Taylor
2019-08-01 00:28:51 -07:00
parent 865e5a6bce
commit ba0809b965
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ def get_watch_page():
upload_day = info["upload_date"][6:8]
upload_date = upload_month + "/" + upload_day + "/" + upload_year
if settings.enable_related_videos:
if settings.related_videos_mode:
related_videos = get_related_items(info)
else:
related_videos = []