Add option to configure default user preferences

This commit is contained in:
Omar Roth
2019-04-03 11:35:58 -05:00
parent 1fd7ff5655
commit bd4f5ebcdf
9 changed files with 192 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
struct MixVideo
add_mapping({
db_mapping({
title: String,
id: String,
author: String,
@@ -11,7 +11,7 @@ struct MixVideo
end
struct Mix
add_mapping({
db_mapping({
title: String,
id: String,
videos: Array(MixVideo),