mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
Fix audio stream name on Gen 4 and below
This commit is contained in:
parent
82390ec9b9
commit
a0f93a2dc3
@ -52,7 +52,7 @@ public class RtspConnection {
|
|||||||
return "audio/0/0";
|
return "audio/0/0";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return "video";
|
return "audio";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user