mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
changed getRandomMetroColor to getMetroColor
This commit is contained in:
parent
d27b583884
commit
f5550ea802
5 changed files with 22 additions and 7 deletions
|
@ -60,7 +60,7 @@
|
|||
|
||||
var linkId = "lnkUser" + i;
|
||||
|
||||
var background = Dashboard.getRandomMetroColor();
|
||||
var background = Dashboard.getMetroColor(user.Id);
|
||||
|
||||
html += '<div class="posterViewItem posterViewItemWithDualText">';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue