archive plugin

This commit is contained in:
royalcat 2025-04-03 03:42:18 +04:00
parent 1912b5baf0
commit a02733a926
4 changed files with 26 additions and 14 deletions
edition

View file

@ -8,7 +8,7 @@ import (
func main() {
tstor.Run([]tstor.Plugin{
archive.Plugin,
archive.ArchivePlugin{},
qbittorrent.QBittorrentPlugin{},
})
}