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

@ -14,7 +14,7 @@ import alert from '../alert';
import { PluginType } from '../../types/plugin.ts';
import { includesAny } from '../../utils/container.ts';
import { getItems } from '../../utils/jellyfin-apiclient/getItems.ts';
import { getItemBackdropImageUrl } from '../../utils/url';
import { getItemBackdropImageUrl } from '../../utils/jellyfin-apiclient/BackdropImage';
const UNLIMITED_ITEMS = -1;