Commit Graph

15 Commits

Author SHA1 Message Date
dkanada 3739741786 Add some linting rules for the CI (#587)
* enable one-var rule

* enable indent rule

* enable no-multiple-empty-lines rule

* enable no-empty rule

* enable no-trailing-spaces rule

* enable no-extra-semi rule

* add eslint rules to fix block spacing

* enable max-statements-per-line rule

* enable brace-style rule

* fix some spacing issues and add future rules

* add code suggestions
2019-11-22 18:29:38 +03:00
Joshua M. Boniface ee1149644d Merge pull request #507 from redSpoutnik/fix-subtitle-sync
Fix subtitle sync
2019-10-26 11:47:11 -04:00
redSpoutnik c30e6b56a3 Update src/components/htmlvideoplayer/plugin.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-25 18:21:54 +02:00
redSpoutnik 608a3e3200 Update src/components/htmlvideoplayer/plugin.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-25 18:21:46 +02:00
redSpoutnik f6eedbb221 Update src/components/htmlvideoplayer/plugin.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-25 18:21:38 +02:00
redSpoutnik bccb1e6147 Fix subtitle sync for .ass 2019-10-13 14:10:51 +02:00
Daniel Hartung 63f804df32 Fixed #518 2019-10-11 15:48:28 +02:00
redSpoutnik 029e015068 more readable statement to find showing textTrack 2019-10-10 17:45:56 +02:00
redSpoutnik 8496b3d1f5 Fix subtitle sync for .vtt 2019-10-08 21:16:33 +02:00
Daniel Hartung ba0d637f91 Changed to non-blocking subtitles 2019-09-12 21:24:16 +02:00
dkanada 116e719a97 miscellaneous cleanup 2019-05-31 02:10:57 -07:00
redSpoutnik 0a59b836c0 replace arrow functions by function expresions 2019-04-13 09:17:03 +02:00
redSpoutnik 275fd078e2 add showingSubtitle control 2019-04-08 20:21:16 +02:00
redSpoutnik 91241ceea1 Add vtt and ass subtitle-offset in videoplayer 2019-03-30 22:17:09 +01:00
vitorsemeano 6ddc62857d move emby-webcomponents to components and reflect paths 2019-02-23 18:05:42 +00:00