This commit is contained in:
Fredrik Burmester
2024-11-18 08:55:34 +01:00
parent 2350f4e294
commit 5c44db183a
2 changed files with 0 additions and 7 deletions

View File

@@ -69,8 +69,6 @@ export default function page() {
? parseInt(bitrateValueStr, 10)
: BITRATES[0].value;
console.log("bitrateValue ~", bitrateValue);
const {
data: item,
isLoading: isLoadingItem,

View File

@@ -97,11 +97,6 @@ export const getStreamUrl = async ({
}
);
console.log(
"getStreamUrl ~ getMediaInfoApi ~ getPlaybackInfo ~",
res2.status
);
if (res2.status !== 200) {
console.error("Error getting playback info:", res2.status, res2.statusText);
}