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