Add set/getLinks in FeedItem (base)
This commit is contained in:
parent
355bfa5efd
commit
e759cd46c6
7
feeds.py
7
feeds.py
@ -317,6 +317,13 @@ class FeedItem(FeedBase):
|
||||
pass
|
||||
|
||||
|
||||
def getLink(self):
|
||||
return ""
|
||||
|
||||
def setLink(self, value):
|
||||
pass
|
||||
|
||||
|
||||
def getDesc(self):
|
||||
return ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user