update invalid symbols
This commit is contained in:
parent
70a8799036
commit
7b504b5fa7
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