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:
parent
5df5f6cdb2
commit
8ec943bc30
4 changed files with 57 additions and 58 deletions
|
@ -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 }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue