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

Fix lint issue in slideshow

This commit is contained in:
MrTimscampi 2020-04-04 00:23:29 +02:00
parent 71f12dc360
commit 6cf1408944

View file

@ -152,7 +152,6 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
console.warn("Interactive");
var actionButtonsOnTop = layoutManager.mobile;
html += getIcon('keyboard_arrow_left', 'btnSlideshowPrevious slideshowButton hide-mouse-idle-tv', false);
html += getIcon('keyboard_arrow_right', 'btnSlideshowNext slideshowButton hide-mouse-idle-tv', false);