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

move function to get backdrop image to api-client utils

This commit is contained in:
TheMelmacian 2023-09-09 15:24:52 +02:00
parent 5df5f6cdb2
commit 8ec943bc30
4 changed files with 57 additions and 58 deletions

View file

@ -36,7 +36,7 @@ import Dashboard from '../../utils/dashboard';
import ServerConnections from '../../components/ServerConnections';
import confirm from '../../components/confirm/confirm';
import { download } from '../../scripts/fileDownloader';
import { getItemBackdropImageUrl } from '../../utils/url';
import { getItemBackdropImageUrl } from '../../utils/jellyfin-apiclient/BackdropImage';
function autoFocus(container) {
import('../../components/autoFocuser').then(({ default: autoFocuser }) => {