Make unavailable content visible by default
This commit is contained in:
parent
1c19537883
commit
87e6713262
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ var lbry = {
|
||||||
},
|
},
|
||||||
defaultClientSettings: {
|
defaultClientSettings: {
|
||||||
showNsfw: false,
|
showNsfw: false,
|
||||||
|
showUnavailable: true,
|
||||||
debug: false,
|
debug: false,
|
||||||
useCustomLighthouseServers: false,
|
useCustomLighthouseServers: false,
|
||||||
customLighthouseServers: [],
|
customLighthouseServers: [],
|
||||||
|
|
Loading…
Reference in a new issue