ytdlp
This commit is contained in:
parent
0d7aac068c
commit
974814c281
20 changed files with 1532 additions and 716 deletions
ui/lib/api
|
@ -46,6 +46,7 @@ type Mutation {
|
|||
validateTorrents(filter: TorrentFilter!): Boolean!
|
||||
cleanupTorrents(files: Boolean, dryRun: Boolean!): CleanupResponse!
|
||||
downloadTorrent(infohash: String!, file: String): DownloadTorrentResponse
|
||||
uploadFile(file: Upload!): Boolean!
|
||||
dedupeStorage: Int!
|
||||
}
|
||||
input Pagination {
|
||||
|
@ -138,3 +139,4 @@ input TorrentsFilter {
|
|||
peersCount: IntFilter
|
||||
downloading: BooleanFilter
|
||||
}
|
||||
scalar Upload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue