Remove dead code related to default thumbnails

This commit is contained in:
Erik Johnston 2018-01-09 11:31:00 +00:00
parent a767f06e3f
commit b30cd5b107
2 changed files with 3 additions and 76 deletions

View file

@ -29,9 +29,6 @@ class MediaRepositoryStore(BackgroundUpdateStore):
where_clause='url_cache IS NOT NULL',
)
def get_default_thumbnails(self, top_level_type, sub_type):
return []
def get_local_media(self, media_id):
"""Get the metadata for a local piece of media
Returns: