mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +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";
|
||||
}
|
||||
else {
|
||||
return "video";
|
||||
return "audio";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user