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 InvidiousChannel
add_mapping({
db_mapping({
id: String,
author: String,
updated: Time,
@@ -9,7 +9,7 @@ struct InvidiousChannel
end
struct ChannelVideo
add_mapping({
db_mapping({
id: String,
title: String,
published: Time,