mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-27 00:00:28 +00:00
Fix typing of getPlaybackInfo parameters
This commit is contained in:
parent
6b771c9225
commit
4c785f4553
@ -232,9 +232,9 @@ export async function getPlaybackInfo(
|
||||
maxBitrate: number,
|
||||
deviceProfile: DeviceProfile,
|
||||
startPosition: number,
|
||||
mediaSourceId: string,
|
||||
audioStreamIndex: number,
|
||||
subtitleStreamIndex: number,
|
||||
mediaSourceId: string | null,
|
||||
audioStreamIndex: number | null,
|
||||
subtitleStreamIndex: number | null,
|
||||
liveStreamId: string | null = null
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
): Promise<any> {
|
||||
|
Loading…
Reference in New Issue
Block a user