mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-22 16:26:41 +00:00
Fix audio stream name on Gen 4 and below
This commit is contained in:
@@ -52,7 +52,7 @@ public class RtspConnection {
|
|||||||
return "audio/0/0";
|
return "audio/0/0";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return "video";
|
return "audio";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user