parent
a89b9e7303
commit
832f5b9710
33 changed files with 900 additions and 1086 deletions
daemons/qbittorrent/plugin
10
daemons/qbittorrent/plugin/main.go
Normal file
10
daemons/qbittorrent/plugin/main.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package main
|
||||
|
||||
import "git.kmsign.ru/royalcat/tstor/daemons/qbittorrent"
|
||||
|
||||
func main() {
|
||||
}
|
||||
|
||||
const DaemonName = qbittorrent.DaemonName
|
||||
|
||||
var NewDaemon = qbittorrent.NewDaemon
|
Loading…
Add table
Add a link
Reference in a new issue