inputs.scss refactor
Added upload date to media + sort by date
This commit is contained in:
@@ -14,6 +14,7 @@ public class Media
|
||||
public string Ext { get; set; }
|
||||
public int ViewCount { get; set; }
|
||||
public ObjectId Owner { get; set; }
|
||||
public DateTime UploadDate { get; set; }
|
||||
|
||||
|
||||
public static readonly Dictionary<string, MediaType> KnownTypes = new()
|
||||
|
||||
Reference in New Issue
Block a user