Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Mar 6, 2020
2 parents cb77e1d + c5e8fa2 commit 6f27561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apiclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -3192,7 +3192,7 @@ class ApiClient {
for (let i = 0, length = items.length; i < length; i++) {

const item = items[i];
const streamUrl;
let streamUrl;

if (item.MediaType === 'Audio') {
streamUrl = this.getAudioStreamUrl(item, transcodingProfile, directPlayContainers, maxBitrate, maxAudioSampleRate, maxAudioBitDepth, startPosition, enableRemoteMedia);
Expand Down Expand Up @@ -4367,4 +4367,4 @@ function compareVersions(a, b) {
return 0;
}

export default ApiClient;
export default ApiClient;

0 comments on commit 6f27561

Please sign in to comment.