mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added more tips
This commit is contained in:
parent
18c08d74f1
commit
e99bf3da4a
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
var tips = [
|
||||
'Did you know that editing the artist or album of a music video will allow it to appear on the artist page?',
|
||||
'Did you know that editing the tmdb id, tvdb id, and/or games db id of an album will allow media browser to link it to a movie, series or game as a soundtrack?',
|
||||
'Did you know you can re-order your media collections by editing their sort names?'
|
||||
'Did you know you can re-order your media collections by editing their sort names?',
|
||||
'Did you know you series, seasons, games and boxsets can have local trailers?'
|
||||
];
|
||||
|
||||
var random = Math.floor((Math.random() * tips.length * 2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue