diff options
-rw-r--r-- | mediagoblin/media_types/video/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/media_types/video/models.py b/mediagoblin/media_types/video/models.py index 4d539e7b..4742b342 100644 --- a/mediagoblin/media_types/video/models.py +++ b/mediagoblin/media_types/video/models.py @@ -30,7 +30,7 @@ BACKREF_NAME = "video__media_data" class VideoData(Base): """ Attributes: - - media_data: the originating media entry (of course) + - media_entry: the originating media entry (of course) - width: width of the transcoded video - height: height of the transcoded video - orig_metadata: A loose json structure containing metadata gstreamer |