And media_data_init() for sql as a dummy
Needs to be implemented.
This commit is contained in:
parent
5fe1fd0722
commit
acb2194919
@ -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):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user