1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

17 commits

Author SHA1 Message Date
Bill Thornton
ce2fdc9df2 Fix errors in chromecasthelpers 2020-02-26 02:03:21 -05:00
dkanada
9091284b78 uncomment one last line 2020-02-25 22:31:54 +09:00
dkanada
a9be94a803 uncomment all log statements 2020-02-23 17:23:20 +09:00
MrTimscampi
e12e6731b2 Make the console quieter by default 2020-02-16 04:22:50 +01:00
Deven Lahoti
509497e234
sort items to play in the correct order
Fixes #692.
2020-01-23 17:03:08 -05:00
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
dkanada
43c50d1722 fix log issue from #365 2019-06-29 17:17:10 -07:00
dkanada
abd0b0130f fix repeated automatic attempts to cast to a device 2019-06-19 05:02:21 -07:00
Froghut
4baad878ac when connected to chromecast make thehardware volume buttons change the chromecast device volume + fix volumeUp and columeDown missing var's 2019-04-02 09:43:49 +02:00
Vasily
f6f51d79cc
Merge pull request #219 from Froghut/chromecast_volume_fix
Change Chromecast volume instead while casting
2019-04-02 00:33:28 +03:00
Vasily
ac0a640fe0
Merge pull request #222 from Froghut/preserve-chromecast-volume
Remember device volume/mute on Chromecast playback stop
2019-04-02 00:13:34 +03:00
Aurélien Grenotton
274ef0e532 Fix local chromecast play behind reverse proxy
When using a HTTPS reverse proxy (for eg. traefik in fron of docker
jellyfin), there's no valid advertised local address.
Let's default to external one in such case, relying on the home router
to properly route it internally.
2019-04-01 16:07:56 +02:00
Froghut
82d7b0eefb add fallback defaults to volume/mute if null on playbackstop 2019-04-01 15:40:10 +02:00
Froghut
37f63f6963 add braces for clarification 2019-04-01 15:34:01 +02:00
Froghut
49fd86d707 on chromecast playback stop still remember device volume/mute 2019-04-01 14:34:50 +02:00
Froghut
732d8b5e26 When changing volume connected to chromecast change the device volume instead of the jellyfin-player volume 2019-03-31 12:05:54 +02:00
vitorsemeano
6ddc62857d move emby-webcomponents to components and reflect paths 2019-02-23 18:05:42 +00:00