sYCH3L / TwitchTVDLNAPlayer

Twitch.TV DLNA player
1 stars 1 forks source link

Error #1

Open sonichy opened 3 years ago

sonichy commented 3 years ago

https://github.com/sYCH3L/TwitchTVDLNAPlayer/blob/master/dlnafinder.cpp#L24 "ST:ssdp:all\r\n" -> "ST: urn:schemas-upnp-org:service:AVTransport:1\r\n"

https://github.com/sYCH3L/TwitchTVDLNAPlayer/blob/master/helpers.h#L13 \n -> \r\n

https://github.com/sYCH3L/TwitchTVDLNAPlayer/blob/master/dlnaclient.h#L25 bool &NewTrackPlaying -> bool NewTrackPlaying

throw DLNAException(QString) -> qDebug() << QString

sonichy commented 3 years ago

https://github.com/sonichy/HTYDLNA