1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update tabs

This commit is contained in:
Luke Pulverenti 2016-09-01 16:21:55 -04:00
parent a0fac36101
commit 4e2c7058ca
4 changed files with 7 additions and 10 deletions

View file

@ -150,9 +150,9 @@
});
},
configurePaperLibraryTabs: function (ownerpage, tabs, panels, animateTabs) {
configurePaperLibraryTabs: function (ownerpage, tabs, panels, animateTabs, enableSwipe) {
if (!browser.safari) {
if (!browser.safari && enableSwipe !== false) {
LibraryBrowser.configureSwipeTabs(ownerpage, tabs);
}