mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-20 18:08:54 +00:00
Add option to configure default user preferences
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user