tv publish limit

This commit is contained in:
jessop 2020-03-05 15:03:36 -05:00
parent c5f33386cf
commit 79c1f60f43

View file

@ -38,7 +38,7 @@ function PublishFile(props: Props) {
const [oversized, setOversized] = useState(false); const [oversized, setOversized] = useState(false);
const [isVid, setIsVid] = useState(false); const [isVid, setIsVid] = useState(false);
const RECOMMENDED_BITRATE = 8000000; const RECOMMENDED_BITRATE = 8000000;
const TV_PUBLISH_SIZE_LIMIT: number = 100000000; const TV_PUBLISH_SIZE_LIMIT: number = 1073741824;
const UPLOAD_SIZE_MESSAGE = 'Lbrytv uploads are limited to 1 GB. Download the app for unrestricted publishing.'; const UPLOAD_SIZE_MESSAGE = 'Lbrytv uploads are limited to 1 GB. Download the app for unrestricted publishing.';
// clear warnings // clear warnings