chore: code improvements refactor

This commit is contained in:
Fredrik Burmester
2024-08-09 18:45:53 +02:00
parent c985acb9cd
commit f4e3a28056
11 changed files with 18 additions and 73 deletions

View File

@@ -105,8 +105,6 @@ export const VideoPlayer: React.FC<VideoPlayerProps> = ({
deviceProfile: castDevice?.deviceId ? chromecastProfile : ios12,
});
console.log("Transcode URL:", url);
onChangePlaybackURL(url);
return url;