mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update SocketHttpListener
This commit is contained in:
parent
009a0a6d11
commit
4b2a91100b
1 changed files with 1 additions and 1 deletions
|
@ -1202,7 +1202,7 @@ var Dashboard = {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (browserInfo.mobile || browserInfo.tv) {
|
if (browserInfo.mobile || browserInfo.tv) {
|
||||||
quality -= 35;
|
quality -= 40;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (AppInfo.hasLowImageBandwidth) {
|
if (AppInfo.hasLowImageBandwidth) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue