From fc19b9058f8e7782cf7041ac49f7c4a47dcbb217 Mon Sep 17 00:00:00 2001 From: practik Date: Thu, 30 May 2019 22:33:16 -0600 Subject: [PATCH] Clarifying descriptions of `continue` and `continue_autoplay` --- Preferences.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Preferences.md b/Preferences.md index af36372..c708fe7 100644 --- a/Preferences.md +++ b/Preferences.md @@ -9,8 +9,8 @@ These are the preferences you can set: "annotations":true, // Show annotations "annotations_subscribed":true, // "autoplay":true, // Autoplay current video - "continue":true, // Autoplay next video - "continue_autoplay":true, // + "continue":true, // Load next video when current video finishes + "continue_autoplay":true, // Load and autoplay next video "listen":true, // Audio-only mode by default "local": true, // Proxy requests via Invidious instance for privacy "speed":1.0, // Also accepts '0.5', '1.5', '2.0'