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

Fix details page ribbon position in TV layout

This commit is contained in:
MrTimscampi 2020-02-15 22:23:40 +01:00
parent a47214bbb9
commit 52ad0febe0
3 changed files with 2 additions and 2 deletions

View file

@ -1486,8 +1486,6 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'focusMana
}
function getDefaultText(item, options) {
console.debug("Getting icon for " + item.Type);
if (item.CollectionType) {
return '<i class="cardImageIcon material-icons">' + imageHelper.getLibraryIcon(item.CollectionType) + '</i>'
}