1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update icon

This commit is contained in:
grafixeyehero 2019-05-17 21:29:31 +03:00
parent f2ef23c9a8
commit 7e0100ef3f
4 changed files with 5 additions and 9 deletions

View file

@ -1572,7 +1572,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'focusMana
return '<i class="cardImageIcon md-icon">&#xe333;</i>';
}
if (collectionType === 'homevideos' || collectionType === 'photos') {
return '<i class="cardImageIcon md-icon">&#xe071;</i>';
return '<i class="cardImageIcon md-icon">&#xe413;</i>';
}
if (collectionType === 'music') {
return '<i class="cardImageIcon md-icon">&#xE310;</i>';