Test new actions #267
Annotations
6 errors and 1 warning
Build server
Argument of type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }' is not assignable to parameter of type 'PlexStreamSettings'.
|
Build server
Property 'directStreamBitrate' is missing in type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }' but required in type 'PlexStreamSettings'.
|
Build server
Property 'directStreamBitrate' does not exist on type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }'. Did you mean 'maxDirectStreamBitrate'?
|
Build server
Argument of type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }' is not assignable to parameter of type 'PlexStreamSettings'.
|
Build server
Property 'directStreamBitrate' is missing in type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }' but required in type 'PlexStreamSettings'.
|
Build server
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading