mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
migrations; torr search, dl, seed, delete; files scan, delete; configs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export class TorrentSearchResult {
|
||||
id: string;
|
||||
magnet: string;
|
||||
name: string;
|
||||
size: string;
|
||||
seeders: string;
|
||||
leechers: string;
|
||||
date: string;
|
||||
info: string; //anything that does not fit to above
|
||||
}
|
||||
Reference in New Issue
Block a user