mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4884 from thornbill/use-app-image-url
Use icon url from client capabilities
This commit is contained in:
commit
c0fb9eca82
7 changed files with 23 additions and 13 deletions
|
@ -11,8 +11,8 @@ import browser from 'scripts/browser';
|
|||
import datetime from 'scripts/datetime';
|
||||
import dom from 'scripts/dom';
|
||||
import globalize from 'scripts/globalize';
|
||||
import imageHelper from 'scripts/imagehelper';
|
||||
import { getBackdropShape, getPortraitShape, getSquareShape } from 'utils/card';
|
||||
import imageHelper from 'utils/image';
|
||||
import { randomInt } from 'utils/number';
|
||||
|
||||
import focusManager from '../focusManager';
|
||||
|
|
|
@ -4,7 +4,7 @@ import escapeHtml from 'escape-html';
|
|||
import imageLoader from 'components/images/imageLoader';
|
||||
import { appRouter } from 'components/router/appRouter';
|
||||
import globalize from 'scripts/globalize';
|
||||
import imageHelper from 'scripts/imagehelper';
|
||||
import imageHelper from 'utils/image';
|
||||
|
||||
function getLibraryButtonsHtml(items: BaseItemDto[]) {
|
||||
let html = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue