adding frontend authentication, starting file priority code

This commit is contained in:
2018-02-10 09:53:02 -05:00
parent 42f4ecc81b
commit b843cfc11b
1722 changed files with 26561 additions and 136161 deletions

View File

@@ -57,6 +57,7 @@ type SingleRSSTorrent struct {
type TorrentFilePriority struct {
TorrentFilePath string
TorrentFilePriority string
TorrentFileSize int64
}
//TorrentLocal is local storage of the torrents for readd on server restart, marshalled into the database using Storm