And media_data_init() for sql as a dummy
Needs to be implemented.
This commit is contained in:
@@ -172,6 +172,10 @@ class MediaEntry(Base, MediaEntryMixin):
|
||||
# TODO: Replace with proper code to read the correct table
|
||||
return {}
|
||||
|
||||
def media_data_init(self, **kwargs):
|
||||
# TODO: Implement this
|
||||
pass
|
||||
|
||||
|
||||
class MediaFile(Base):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user