mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Fix missing fid listing on NotifygetMessageResponse
This commit is contained in:
parent
f6edcc8ea6
commit
1b16320492
1 changed files with 2 additions and 2 deletions
|
@ -987,12 +987,12 @@ class NotifygetNotifyResponse(Response):
|
|||
count - count
|
||||
date - date
|
||||
name - anime name
|
||||
|
||||
fid - comma separated list of fids
|
||||
"""
|
||||
Response.__init__(self, cmd, restag, rescode, resstr, datalines)
|
||||
self.codestr = 'NOTIFYGET_NOTIFY'
|
||||
self.codehead = ()
|
||||
self.codetail = ('aid', 'type', 'count', 'date', 'name')
|
||||
self.codetail = ('aid', 'type', 'count', 'date', 'name', 'fid')
|
||||
self.coderep = ()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue