mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(newznab): Use valid usenet release protocol for Starrs (#762)
also update comments Fixes #761
This commit is contained in:
parent
29bedc532d
commit
830e719169
4 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ type EventsReleasePushed struct {
|
|||
ActionType ActionType
|
||||
ActionClient string
|
||||
Rejections []string
|
||||
Protocol ReleaseProtocol // torrent
|
||||
Protocol ReleaseProtocol // torrent, usenet
|
||||
Implementation ReleaseImplementation // irc, rss, api
|
||||
Timestamp time.Time
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue