mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add missing photo album placeholder
This commit is contained in:
parent
e4f23db875
commit
173f651533
1 changed files with 2 additions and 0 deletions
|
@ -1551,6 +1551,8 @@ import 'programStyles';
|
|||
return '<span class="cardImageIcon material-icons collections"></span>';
|
||||
case 'Playlist':
|
||||
return '<span class="cardImageIcon material-icons queue_music"></span>';
|
||||
case 'PhotoAlbum':
|
||||
return '<span class="cardImageIcon material-icons photo_album"></span>';
|
||||
}
|
||||
|
||||
if (options && options.defaultCardImageIcon) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue