feat: support for multiple audio/subtitle downloads
This commit is contained in:
parent
fd8dd26435
commit
f1d16ba16a
10 changed files with 137 additions and 117 deletions
|
@ -47,7 +47,8 @@ object Helper {
|
|||
title: String,
|
||||
episode: String,
|
||||
video: Video,
|
||||
subtitle: Subtitle? = null,
|
||||
subtitle: List<Pair<String, String>> = emptyList(),
|
||||
audio: List<Pair<String, String>> = emptyList(),
|
||||
sourceMedia: Media? = null,
|
||||
episodeImage: String? = null
|
||||
) {
|
||||
|
@ -66,6 +67,7 @@ object Helper {
|
|||
episode,
|
||||
video,
|
||||
subtitle,
|
||||
audio,
|
||||
sourceMedia,
|
||||
episodeImage
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue