Started seperating non-free images/audio from mian codebase.
This commit is contained in:
parent
64f9d713da
commit
53fc46adc3
4 changed files with 6 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ const channelSchema = new mongoose.Schema({
|
|||
thumbnail: {
|
||||
type: mongoose.SchemaTypes.String,
|
||||
required: true,
|
||||
default: "/img/johnny.png"
|
||||
default: "/nonfree/johnny.png"
|
||||
},
|
||||
settings: {
|
||||
hidden: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue