mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display additional transcoding info in dashboard
This commit is contained in:
parent
d0f7690950
commit
1ccf18adbe
6 changed files with 153 additions and 42 deletions
|
@ -364,7 +364,7 @@ $.fn.createHoverTouch = function () {
|
|||
timerId = setTimeout(function () {
|
||||
|
||||
$(elem).trigger('hovertouch');
|
||||
}, 200);
|
||||
}, 250);
|
||||
}
|
||||
|
||||
function stopTimer(elem) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue