Missing method for tags
svn: r19986
This commit is contained in:
parent
ee1e4eb2f7
commit
c59fe9fd71
@ -584,6 +584,10 @@ class DictionaryDb(DbWriteBase, DbReadBase):
|
||||
media = self.media_map[handle]
|
||||
return media
|
||||
|
||||
def get_tag_from_handle(self, handle):
|
||||
tag = self.tag_map[handle]
|
||||
return tag
|
||||
|
||||
def get_default_person(self):
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user