vue plugin system somehow works

This commit is contained in:
2021-12-29 01:25:35 +01:00
parent 1954659a82
commit ee20eb16e1
30 changed files with 136 additions and 51 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
/// A media file (can contain an image or other media like videos and documents)
/// </summary>
[RavenCollection("Media")]
public class Media : ZeroEntity, ISupportsTrees
public class Media : ZeroEntity, ISupportsTrees, IAlwaysActive
{
public Media()
{