mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1535 - More options for transcoding music
This commit is contained in:
parent
af66ee9dcb
commit
8f4e896b5d
1 changed files with 1 additions and 8 deletions
|
@ -116,16 +116,9 @@
|
|||
configureSwipeTabs: function (ownerpage, tabs) {
|
||||
|
||||
if (!browser.touch) {
|
||||
//return;
|
||||
return;
|
||||
}
|
||||
|
||||
//require(['hammer'], function (Hammer) {
|
||||
|
||||
// var hammertime = new Hammer(ownerpage);
|
||||
// hammertime.get('swipe').set({ direction: Hammer.DIRECTION_HORIZONTAL });
|
||||
|
||||
//});
|
||||
|
||||
var pageCount = ownerpage.querySelectorAll('.pageTabContent').length;
|
||||
var onSwipeLeft = function (e) {
|
||||
if (LibraryBrowser.allowSwipe(e.target) && ownerpage.contains(e.target)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue