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