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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue