Fix: Added \ and = to Reserved symbols warning
This commit is contained in:
parent
ceb1b91273
commit
c146bfcd2d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export const PAGE_PARAM = 'page';
|
||||||
export const PAGE_SIZE_PARAM = 'page_size';
|
export const PAGE_SIZE_PARAM = 'page_size';
|
||||||
|
|
||||||
export const INVALID_NAME_ERROR =
|
export const INVALID_NAME_ERROR =
|
||||||
__('LBRY names cannot contain spaces or reserved symbols') + ' ' + '(?$#@;:/"<>%{}|^~[]`)';
|
__('LBRY names cannot contain spaces or reserved symbols') + ' ' + '(?$#@;:/\\="<>%{}|^~[]`)';
|
||||||
|
|
||||||
export const FORCE_CONTENT_TYPE_PLAYER = [
|
export const FORCE_CONTENT_TYPE_PLAYER = [
|
||||||
'video/quicktime',
|
'video/quicktime',
|
||||||
|
|
Loading…
Add table
Reference in a new issue