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
|
count - count
|
||||||
date - date
|
date - date
|
||||||
name - anime name
|
name - anime name
|
||||||
|
fid - comma separated list of fids
|
||||||
"""
|
"""
|
||||||
Response.__init__(self, cmd, restag, rescode, resstr, datalines)
|
Response.__init__(self, cmd, restag, rescode, resstr, datalines)
|
||||||
self.codestr = 'NOTIFYGET_NOTIFY'
|
self.codestr = 'NOTIFYGET_NOTIFY'
|
||||||
self.codehead = ()
|
self.codehead = ()
|
||||||
self.codetail = ('aid', 'type', 'count', 'date', 'name')
|
self.codetail = ('aid', 'type', 'count', 'date', 'name', 'fid')
|
||||||
self.coderep = ()
|
self.coderep = ()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue