Fix: Added \ and = to Reserved symbols warning

This commit is contained in:
eniamza 2021-07-30 00:55:25 +06:00 committed by Thomas Zarebczan
parent ceb1b91273
commit c146bfcd2d
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -9,7 +9,7 @@ export const PAGE_PARAM = 'page';
export const PAGE_SIZE_PARAM = 'page_size';
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 = [
'video/quicktime',