Set service_item.name to "images" for pdfs (which are images though they are presentations)

This commit is contained in:
Tomas Groth 2015-06-02 22:13:15 +01:00
parent 39b3b0efbf
commit 3f145078f5
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ class PresentationMediaItem(MediaManagerItem):
service_item.add_capability(ItemCapabilities.CanPreview)
service_item.add_capability(ItemCapabilities.CanLoop)
service_item.add_capability(ItemCapabilities.CanAppend)
service_item.name = 'images'
# force a nonexistent theme
service_item.theme = -1
for bitem in items: