diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-24 10:35:36 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-09-24 10:35:36 +0200 |
commit | 85c1df6ae899be2b1bdd9691b38a2a2b94bffdcf (patch) | |
tree | 417368b50abdd3431101645455f8234752a33bde /client/src/app | |
parent | c1e5bd23d557976ba11f89c53a00c1657a7ea890 (diff) | |
download | PeerTube-85c1df6ae899be2b1bdd9691b38a2a2b94bffdcf.tar.gz PeerTube-85c1df6ae899be2b1bdd9691b38a2a2b94bffdcf.tar.zst PeerTube-85c1df6ae899be2b1bdd9691b38a2a2b94bffdcf.zip |
Add auto play next video migration
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html index 06fd9833a..84c78c457 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html | |||
@@ -47,7 +47,9 @@ | |||
47 | inputName="autoPlayVideo" formControlName="autoPlayVideo" | 47 | inputName="autoPlayVideo" formControlName="autoPlayVideo" |
48 | i18n-labelText labelText="Automatically plays video" | 48 | i18n-labelText labelText="Automatically plays video" |
49 | ></my-peertube-checkbox> | 49 | ></my-peertube-checkbox> |
50 | </div> | ||
50 | 51 | ||
52 | <div class="form-group"> | ||
51 | <my-peertube-checkbox | 53 | <my-peertube-checkbox |
52 | inputName="autoPlayNextVideo" formControlName="autoPlayNextVideo" | 54 | inputName="autoPlayNextVideo" formControlName="autoPlayNextVideo" |
53 | i18n-labelText labelText="Automatically starts playing next video" | 55 | i18n-labelText labelText="Automatically starts playing next video" |