diff options
author | LoveIsGrief <LoveIsGrief@users.noreply.github.com> | 2019-09-24 08:48:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-09-24 08:48:01 +0200 |
commit | 6aa541481390980f9c85d2e66514ba0e6ce77a35 (patch) | |
tree | 7b2e934647a732645c69e5d05e4b18152b50a6b8 /.gitignore | |
parent | 32d7f2b754b8d20bf44ae2121c79570cbff973c3 (diff) | |
download | PeerTube-6aa541481390980f9c85d2e66514ba0e6ce77a35.tar.gz PeerTube-6aa541481390980f9c85d2e66514ba0e6ce77a35.tar.zst PeerTube-6aa541481390980f9c85d2e66514ba0e6ce77a35.zip |
Autoplay next recommended video (#2137)
* Start working on autoplay of next video
* Ignore changes made by gitpod
* Apply changes from PR#1370
* Correct the spelling of recommendations
* Fix linting errors
* Move boolean check to existing onEnded handler
* Pick a random video until the recommendations are improved
* Add simple tests for autoPlayNextVideo
* Fix lint
...again
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3a91facb4..fbf8fdf3c 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -37,6 +37,8 @@ | |||
37 | /scripts/i18n/generate-iso639-target.ts | 37 | /scripts/i18n/generate-iso639-target.ts |
38 | 38 | ||
39 | # Other | 39 | # Other |
40 | /dump.rdb | ||
41 | /.theia/ | ||
40 | /profiling/ | 42 | /profiling/ |
41 | /*.zip | 43 | /*.zip |
42 | /*.tar.xz | 44 | /*.tar.xz |