diff options
Diffstat (limited to 'youtube/watch.py')
-rw-r--r-- | youtube/watch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/watch.py b/youtube/watch.py index e324115..5487dd4 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -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 = [] |