mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove some more things
This commit is contained in:
parent
a179291f4f
commit
a09a9e9a3a
7 changed files with 8 additions and 104 deletions
|
@ -131,9 +131,6 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
|
|||
/** Last coordinates of the mouse pointer. */
|
||||
var lastMouseMoveData;
|
||||
|
||||
// Use autoplay on Chromecast since it is non-interactive.
|
||||
if (browser.chromecast) options.interactive = false;
|
||||
|
||||
/**
|
||||
* Creates the HTML markup for the dialog and the OSD.
|
||||
* @param {Object} options - Options used to create the dialog and slideshow.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue