mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-06-03 00:58:06 -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 {
|
public void ProgressNOTIFY(String data) throws IOException, XmlPullParserException {
|
||||||
Log.d(TAG, "ProgressNOTIFY: " + data);
|
|
||||||
if (data.startsWith("M-SEARCH")) return;
|
if (data.startsWith("M-SEARCH")) return;
|
||||||
HashMap<String, String> dh = DlnaDevice.parseNOTIFY(data);
|
HashMap<String, String> dh = DlnaDevice.parseNOTIFY(data);
|
||||||
if (isExitsOrByeBye(dh)) return;
|
if (isExitsOrByeBye(dh)) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user