diff --git a/src/withStreamingServer/withStreamingServer.js b/src/withStreamingServer/withStreamingServer.js index db7b4ff..dd61b06 100644 --- a/src/withStreamingServer/withStreamingServer.js +++ b/src/withStreamingServer/withStreamingServer.js @@ -104,7 +104,7 @@ function withStreamingServer(Video) { video.dispatch({ type: 'command', commandName: 'unload' }); loadArgs = commandArgs; onPropChanged('stream'); - convertStream(commandArgs.streamingServerURL, commandArgs.stream, commandArgs.seriesInfo, convertStream.streamingServerSettings) + convertStream(commandArgs.streamingServerURL, commandArgs.stream, commandArgs.seriesInfo, commandArgs.streamingServerSettings) .then(function(result) { var mediaURL = result.url; var infoHash = result.infoHash;