This commit is contained in:
jxxghp
2024-09-30 11:11:01 +08:00
parent d22ef17b95
commit dc3e364b90
4 changed files with 17 additions and 12 deletions
+3 -2
View File
@@ -213,8 +213,9 @@ onMounted(() => {
<AddDownloadDialog
v-if="addDownloadDialog"
v-model="addDownloadDialog"
:media="props.torrent?.media_info"
:torrent="props.torrent?.torrent_info"
:title="`${media?.title_year || meta?.name} ${meta?.season_episode}`"
:media="media"
:torrent="torrent"
@done="addDownloadSuccess"
@error="addDownloadError"
@close="addDownloadDialog = false"