mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
switch lock from image to icon
This commit is contained in:
parent
4c501821f0
commit
672fd6a864
3 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
var htmlName = "<div class='" + cssClass + "'>";
|
||||
|
||||
if (item.LockData) {
|
||||
htmlName += '<img src="css/images/editor/lock.png" />';
|
||||
htmlName += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
|
||||
}
|
||||
|
||||
htmlName += name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue