Add remote play menu to experimental layout
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { UserDto } from '@jellyfin/sdk/lib/generated-client/models/user-dto';
|
||||
|
||||
export interface PlayTarget {
|
||||
id: string
|
||||
name: string
|
||||
appName?: string
|
||||
playerName?: string
|
||||
deviceType?: string
|
||||
isLocalPlayer?: boolean
|
||||
user?: UserDto
|
||||
}
|
||||
Reference in New Issue
Block a user