This commit is contained in:
Fredrik Burmester
2025-02-23 15:02:50 +01:00
parent 0b966d7c04
commit c951725222
3 changed files with 5 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ export const PlayButton: React.FC<Props> = ({
const data = await getStreamUrl({
api,
item,
deviceProfile: enableH265 ? chromecast : chromecasth265,
deviceProfile: enableH265 ? chromecasth265 : chromecast,
startTimeTicks: item?.UserData?.PlaybackPositionTicks!,
userId: user?.Id,
audioStreamIndex: selectedOptions.audioIndex,