mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
bump dev version
This commit is contained in:
parent
6daced8387
commit
48a576778f
28 changed files with 443 additions and 326 deletions
10
dashboard-ui/thirdparty/jquery.unveil-custom.js
vendored
10
dashboard-ui/thirdparty/jquery.unveil-custom.js
vendored
|
@ -15,12 +15,10 @@
|
|||
|
||||
function getThreshold() {
|
||||
|
||||
if (window.AppInfo && AppInfo.hasLowImageBandwidth) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Test search before setting to 0
|
||||
return 100;
|
||||
// If less than 100, the search window ends up not getting images
|
||||
// If less than 200, this happens on the home page
|
||||
// Need to fix those before this can be set to 0
|
||||
return 200;
|
||||
}
|
||||
|
||||
$.fn.unveil = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue