diff options
| author | Émilien Devos (perso) <contact@emiliendevos.be> | 2023-05-07 20:18:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-07 20:18:01 +0200 |
| commit | 46a9ce811aca32a227c57fc82ea94ea8c2c36c32 (patch) | |
| tree | 5e03568bec4d29cfca82d5fc69194ce5d48b6a8f | |
| parent | 1eb1bae3706204908fa57b6c91fe00041d4346c5 (diff) | |
| parent | 36f7c99cfb96dd743df237a09c390e11cedae420 (diff) | |
| download | invidious-46a9ce811aca32a227c57fc82ea94ea8c2c36c32.tar.gz invidious-46a9ce811aca32a227c57fc82ea94ea8c2c36c32.tar.bz2 invidious-46a9ce811aca32a227c57fc82ea94ea8c2c36c32.zip | |
Document save playback position (#3790)
| -rw-r--r-- | config/config.example.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 8abe1b9e..7ea80017 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -817,6 +817,16 @@ default_user_preferences: ## Default: true ## #vr_mode: true + + ## + ## Save the playback position + ## Allow to continue watching at the previous position when + ## watching the same video. + ## + ## Accepted values: true, false + ## Default: false + ## + #save_player_pos: false # ----------------------------- # Subscription feed |
