mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-05 10:14:10 +00:00
Add support for parallel segment fetching.
This commit is contained in:
@@ -516,6 +516,9 @@ export default {
|
||||
manifest: {
|
||||
disableVideo: disableVideo,
|
||||
},
|
||||
streaming: {
|
||||
segmentPrefetchLimit: 10,
|
||||
},
|
||||
});
|
||||
|
||||
const quality = this.getPreferenceNumber("quality", 0);
|
||||
|
Reference in New Issue
Block a user