mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 08:46:40 +08:00
Merge pull request #191 from InfinityPacer/dev
This commit is contained in:
@@ -257,6 +257,15 @@ onUnmounted(() => {
|
|||||||
active
|
active
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
<VCol cols="12" md="6">
|
||||||
|
<VSwitch
|
||||||
|
v-model="downloaderInfo.config.first_last_piece"
|
||||||
|
label="优先首尾文件"
|
||||||
|
hint="优先下载首尾文件块"
|
||||||
|
persistent-hint
|
||||||
|
active
|
||||||
|
/>
|
||||||
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
<VRow v-if="downloaderInfo.type == 'transmission'">
|
<VRow v-if="downloaderInfo.type == 'transmission'">
|
||||||
<VCol cols="12" md="6">
|
<VCol cols="12" md="6">
|
||||||
|
|||||||
Reference in New Issue
Block a user