Torrent Queuing for Botched torrent (#83)
* Implement a queue for handling failed torrent * Add checks for getting slots * Few other cleanups, change some function names
This commit is contained in:
@@ -79,6 +79,6 @@ func New() *Web {
|
||||
logger: logger.New("ui"),
|
||||
templates: templates,
|
||||
cookie: cookieStore,
|
||||
torrents: store.GetStore().GetTorrentStorage(),
|
||||
torrents: store.Get().Torrents(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user