mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-05-26 06:20:20 -04:00
修BUG
This commit is contained in:
parent
88a1917c40
commit
da5e0c1181
@ -112,7 +112,6 @@ public class BroadCastThread extends Thread {
|
||||
}
|
||||
|
||||
public void ProgressNOTIFY(String data) throws IOException, XmlPullParserException {
|
||||
Log.d(TAG, "ProgressNOTIFY: " + data);
|
||||
if (data.startsWith("M-SEARCH")) return;
|
||||
HashMap<String, String> dh = DlnaDevice.parseNOTIFY(data);
|
||||
if (isExitsOrByeBye(dh)) return;
|
||||
|
Loading…
Reference in New Issue
Block a user