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

Fix navigation for mobile layout

This commit is contained in:
grafixeyehero 2024-01-31 05:25:38 +03:00
parent e3b618f2fb
commit 876fbee53e
2 changed files with 13 additions and 6 deletions

View file

@ -2,7 +2,7 @@ import type { CollectionType, UserItemDataDto } from '@jellyfin/sdk/lib/generate
import type { NullableBoolean, NullableNumber, NullableString } from './itemDto';
export type AttributesOpts = {
context?: CollectionType | undefined,
context?: CollectionType,
parentId?: NullableString,
collectionId?: NullableString,
playlistId?: NullableString,