Removed a console log
This commit is contained in:
		| @@ -6,6 +6,7 @@ function convertStreamToMediaInfo(plexStream) { | |||||||
| 	mediaInfo.duration = plexStream.duration; | 	mediaInfo.duration = plexStream.duration; | ||||||
| 	mediaInfo.height = plexStream.height; | 	mediaInfo.height = plexStream.height; | ||||||
| 	mediaInfo.width = plexStream.width; | 	mediaInfo.width = plexStream.width; | ||||||
|  |  | ||||||
| 	if (plexStream.bitrate) { | 	if (plexStream.bitrate) { | ||||||
| 		mediaInfo.bitrate = plexStream.bitrate; | 		mediaInfo.bitrate = plexStream.bitrate; | ||||||
| 	} | 	} | ||||||
| @@ -15,8 +16,6 @@ function convertStreamToMediaInfo(plexStream) { | |||||||
| 	mediaInfo.container = plexStream.container; | 	mediaInfo.container = plexStream.container; | ||||||
| 	mediaInfo.audioCodec = plexStream.audioCodec; | 	mediaInfo.audioCodec = plexStream.audioCodec; | ||||||
|  |  | ||||||
| 	console.log(mediaInfo) |  | ||||||
|  |  | ||||||
| 	return mediaInfo; | 	return mediaInfo; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user