Skip to content

Commit

Permalink
add poster attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meyer committed Jun 23, 2012
1 parent d344205 commit 0d8e524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/server.py
Expand Up @@ -90,6 +90,7 @@ def __init__(self, dbdir, scheduler=None):

self.register_file_type_attrs("video",
title = (unicode, ATTR_SEARCHABLE | ATTR_IGNORE_CASE | ATTR_INVERTED_INDEX, 'keywords'),
poster = (str, kaa.beacon.ATTR_SIMPLE),
width = (int, ATTR_SIMPLE),
height = (int, ATTR_SIMPLE),
length = (float, ATTR_SIMPLE),
Expand Down

0 comments on commit 0d8e524

Please sign in to comment.