mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add adult content filter to catalog
This commit is contained in:
parent
c52720b994
commit
ce1763c192
5 changed files with 30 additions and 12 deletions
|
@ -342,7 +342,7 @@ $.fn.createHoverTouch = function () {
|
|||
timerId = setTimeout(function () {
|
||||
|
||||
$(elem).trigger('hovertouch');
|
||||
}, 250);
|
||||
}, 300);
|
||||
}
|
||||
|
||||
function stopTimer(elem) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue