mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display browser version
This commit is contained in:
parent
979deb4ccb
commit
d9147f8aa8
4 changed files with 24 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
|||
'Did you know that the trailer plugin can automatically download trailers for existing movies in your collection?'
|
||||
];
|
||||
|
||||
var random = Math.floor((Math.random() * tips.length * 2));
|
||||
var random = Math.floor((Math.random() * tips.length * 1.5));
|
||||
|
||||
var tip = tips[random];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue