Scope: There was an issue that the MP3 Codec was not assigned if it was assigned when using the Node Backend. If no codec, or any other codec was set, this would be set back to the MP3 codec.
The first commit covers a unit-test to replicate this issue. The error was reproducible by setting the backend to Node and the Codec to MP3 as specified in the issue.
The second commit changes the indentation, assigning the MP3 codec in all cases of the Node backend. The print out is still specific to any other codec, explaining that it has been reset to MP3, as the node backend only supports MP3.
Scope: There was an issue that the MP3 Codec was not assigned if it was assigned when using the Node Backend. If no codec, or any other codec was set, this would be set back to the MP3 codec.
Related Issue: https://github.com/muammar/mkchromecast/issues/468
Work done:
Node
and the Codec toMP3
as specified in the issue.Node
backend. The print out is still specific to any other codec, explaining that it has been reset to MP3, as the node backend only supports MP3.