|
@@ -76,9 +76,9 @@ var config = { // eslint-disable-line no-unused-vars
|
76
|
76
|
'During that time service will not be available. ' +
|
77
|
77
|
'Apologise for inconvenience.',*/
|
78
|
78
|
disableThirdPartyRequests: false,
|
79
|
|
- // The minumum value a video's height or width can be, whichever is
|
80
|
|
- // smaller, to be considered high-definition.
|
81
|
|
- minHDSize: 540,
|
|
79
|
+ // The minumum value a video's height (or width, whichever is smaller) needs
|
|
80
|
+ // to be in order to be considered high-definition.
|
|
81
|
+ minHDHeight: 540,
|
82
|
82
|
// If true - all users without token will be considered guests and all users
|
83
|
83
|
// with token will be considered non-guests. Only guests will be allowed to
|
84
|
84
|
// edit their profile.
|