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

11 commits

Author SHA1 Message Date
sparky8251
068a227397 Removed excess quality options to make menu more manageable 2020-10-17 20:06:20 -04:00
dkanada
39eddeb205 run eslint to fix most var instances 2020-10-07 21:12:14 +09:00
MrTimscampi
0643e29404 Fix suggestions and rebase issues 2020-08-09 15:35:48 +02:00
MrTimscampi
a7df7ad720 Fix appHost.supports 2020-08-06 19:32:31 +02:00
MrTimscampi
f16df9788a Migrate bundle, qualityOptions, appHost and appLoader 2020-08-06 19:32:29 +02:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi
dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
adavier
3ecd8e45c7
Update src/components/qualityOptions.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-05-18 11:20:34 +01:00
adavier
632cb5bd8d
Update src/components/qualityOptions.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-05-17 17:19:40 +01:00
Adavier
146e592a6d qualityoptions.js now shows correct options for aspect ratios below 16:9 (1.77) (such as 4:3 (1.33))
qualityoptions.js assumes that all videos are wider than 16:9 (1.77).
So a video with resolution 1440x1080 (4:3 1080p) only exposes options of 720p as the width is not considered for
1080p.
This fixes that by checking if the aspect ratio is less than 1.77, and if so padding the width to 16:9.
2020-05-17 15:39:41 +01:00
dkanada
f06291e37b fix casing on a few more files and folders 2020-05-17 01:06:28 +09:00
Renamed from src/components/qualityoptions.js (Browse further)