Open BenWatkinson-Cougar opened 3 years ago
While using dlnap I received a UnicodeDecodeError when trying to play a .mp3 file. This was fixed by changing line 272 to f = open(url, 'rb)
While using dlnap I received a UnicodeDecodeError when trying to play a .mp3 file. This was fixed by changing line 272 to f = open(url, 'rb)